iris/_examples/authentication/README.md

6 lines
256 B
Markdown
Raw Normal View History

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