Gerasimos (Makis) Maropoulos
|
ef2643b046
|
replace ioutil with io package and other minor improvements
|
2022-06-17 22:03:18 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
579c3878f0
|
add a jwt tutorial + go client
|
2020-11-04 21:12:13 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
f1ebddb6d9
|
jwt: add redis blocklist
|
2020-11-02 06:31:28 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
836fb18c57
|
add some godoc to jwt
|
2020-11-01 04:23:36 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
3d59d19de6
|
add context partial user helper and accept a generic interface on SetUser - the same method now returns an error if the given value does not complete at least one method of the User interface
|
2020-10-31 15:47:28 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
8eea0296a7
|
As noticed in my previous commit, the existing jwt libraries added a lot of performance cost between jwt-featured requests and simple requests. That's why a new custom JWT parser was created. This commit adds our custom jwt parser as the underline token signer and verifier
|
2020-10-30 22:12:16 +02:00 |
|