mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
29deac3270
Former-commit-id: a1d791ce45b87ecc440ed9c5aee5d5d204763f0d
6 lines
282 B
Markdown
6 lines
282 B
Markdown
# Authentication
|
|
|
|
- [Basic Authentication](basicauth/main.go)
|
|
- [OAUth2](oauth2/main.go)
|
|
- [Request Auth(JWT)](https://github.com/kataras/iris/blob/master/_examples/experimental-handlers/jwt/main.go)
|
|
- [Sessions](https://github.com/kataras/iris/tree/master/_examples/#sessions) |