mirror of
https://github.com/kataras/iris.git
synced 2025-02-03 07:50:34 +01:00
450f20902d
Former-commit-id: e369d1426ac1a6b58314930a18362670317da3c1
7 lines
317 B
Markdown
7 lines
317 B
Markdown
# Authentication
|
|
|
|
- [Basic Authentication](basicauth/main.go)
|
|
- [OAUth2](oauth2/main.go)
|
|
- [Request Auth](request/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) |