Former-commit-id: 171480e3cb0b172d8f28eb95a36c97f926836810
This commit is contained in:
Gerasimos (Makis) Maropoulos 2018-01-21 07:14:51 +02:00
parent 25918427bc
commit 68acbf3f31
2 changed files with 2 additions and 1 deletions

2
FAQ.md
View File

@ -63,7 +63,7 @@ You can find all type aliases and their original package import statements at th
## Active development mode
Iris may have reached version 8, but we're not stopping there. We have many feature ideas on our board that we're anxious to add and other innovative web development solutions that we're planning to build into Iris.
Iris may have reached version 10, but we're not stopping there. We have many feature ideas on our board that we're anxious to add and other innovative web development solutions that we're planning to build into Iris.
## Can I find a job if I learn how to use Iris?

View File

@ -42,6 +42,7 @@ func New(c Config) context.Handler {
config.Realm = c.Realm
}
config.Users = c.Users
config.Expires = c.Expires
b := &basicAuthMiddleware{config: config}
b.init()