1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-19 19:07:06 +00:00
Files
kararas_iris/_examples/authentication/README.md
Gerasimos (Makis) Maropoulos 55bdb44e26 remove experimental-handlers examples, users should visit github.com/iris-contrib/middleware instead, let's not have duplications
Former-commit-id: 72754683d1bcd4325b5fcd9f57c6cb87f1d7337d
2019-07-15 16:03:19 +03:00

6 lines
253 B
Markdown

# Authentication
- [Basic Authentication](basicauth/main.go)
- [OAUth2](oauth2/main.go)
- [Request Auth(JWT)](https://github.com/iris-contrib/middleware/blob/master/jwt)
- [Sessions](https://github.com/kataras/iris/tree/master/_examples/#sessions)