-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication/Authorization support #82
Comments
I will try to implement BASIC Authentication flow as a first step |
I think I will be done by the end of the week. @tomkuijsten I guess you should also add a task to implement Cookie handling. This could be used to implement form based authentication. |
@tomkuijsten can you please assign this to me? |
@kreuzhofer I can't seem to assign you to this issue... I can only add me, tom and the original poster for some reason. Maybe @tomkuijsten has more rights. |
#108 should resolve this issue |
There are plenty of samples on the internet which will explain how to do that. |
It will be great to have some kind of authentication/authorization functionality.
Something like [Authorize] attribute in ASP.NET with possibility to redirect to authentication page.
The text was updated successfully, but these errors were encountered: