iris/_examples/authentication
2020-03-05 22:41:27 +02:00
..
basicauth examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
oauth2 examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
README.md remove experimental-handlers examples, users should visit github.com/iris-contrib/middleware instead, let's not have duplications 2019-07-15 16:03:19 +03:00