Skip to content

Instantly share code, notes, and snippets.

View zreigz's full-sized avatar
🏠
Working from home

Lukasz Zajaczkowski zreigz

🏠
Working from home
View GitHub Profile
@zreigz
zreigz / jwt-example.go
Created December 21, 2016 12:50
JsonWebTokens Example with generated key.
/* rewritten example of JsonWebToken example
* from https://gist.github.com/thealexcons/4ecc09d50e6b9b3ff4e2408e910beb22
* Keys are generated and packed to PEM-format at server start
* Plus some fixes and refactors
*
* My respect to thealexcons
*/
package main
import (