1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00

add a very simple example on JWT and move the previous to the 'overview' sub folder

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-10-18 20:31:58 +03:00
parent 83462d2999
commit 3db77684ec
7 changed files with 63 additions and 2 deletions

View File

@@ -198,7 +198,9 @@
* Authentication, Authorization & Bot Detection
* [Basic Authentication](auth/basicauth/main.go)
* [CORS](auth/cors)
* [JWT](auth/jwt/main.go)
* JSON Web Tokens
* [Overview](auth/jwt/overview/main.go)
* [Basic](auth/jwt/basic/main.go)
* [Refresh Token](auth/jwt/refresh-token/main.go)
* [JWT (community edition)](https://github.com/iris-contrib/middleware/tree/v12/jwt/_example/main.go)
* [OAUth2](auth/goth/main.go)