mirror of
https://github.com/kataras/iris.git
synced 2026-01-10 13:35:59 +00:00
add a jwt tutorial + go client
This commit is contained in:
@@ -199,9 +199,11 @@
|
||||
* [Basic Authentication](auth/basicauth/main.go)
|
||||
* [CORS](auth/cors)
|
||||
* JSON Web Tokens
|
||||
* [Overview](auth/jwt/overview/main.go)
|
||||
* [Basic](auth/jwt/basic/main.go)
|
||||
* [Middleware](auth/jwt/midleware/main.go)
|
||||
* [Blocklist](auth/jwt/blocklist/main.go)
|
||||
* [Refresh Token](auth/jwt/refresh-token/main.go)
|
||||
* [Tutorial](auth/jwt/tutorial)
|
||||
* [JWT (community edition)](https://github.com/iris-contrib/middleware/tree/v12/jwt/_example/main.go)
|
||||
* [OAUth2](auth/goth/main.go)
|
||||
* [Manage Permissions](auth/permissions/main.go)
|
||||
|
||||
Reference in New Issue
Block a user