Skip to content

Conversation

@nshmura
Copy link
Contributor

@nshmura nshmura commented Feb 21, 2017

Hi,
Thank you for great library!

I want to split urls into two area. like this:

 http:// _ _ _ .com/admin/
 -> admin area

 http:// _ _ _ .com/super_user/
 -> super user's area

and each area has different id and password.

Most web browser manages id and password by domain and realm.
So if domain and realm are same, one pair of id / pw will be saved in browser, and another pair of id / pw will be forgotten.

I hope to BasicAuth middleware can change realm for this situation.
Would you please check this Pull Request?

@coveralls
Copy link

coveralls commented Feb 21, 2017

Coverage Status

Coverage decreased (-0.1%) to 84.671% when pulling d28ea93 on nshmura:master into 70be2c2 on labstack:master.

@vishr vishr merged commit d28ea93 into labstack:master Feb 21, 2017
@vishr
Copy link
Member

vishr commented Feb 21, 2017

@nshmura Thanks for your contribution 🎉

@nshmura
Copy link
Contributor Author

nshmura commented Feb 22, 2017

@vishr Thanks! ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants