Skip to content
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

[WIP] Reorganization of authentication and security API. #26

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

splatch
Copy link
Contributor

@splatch splatch commented Jan 28, 2021

The main point is usage of CredentialExtractor API and delegation of all security related operations to AuthenticationManager and multiple implementations of AuthenticationProvider.

Relates to #16

Signed-off-by: Łukasz Dywicki luke@code-house.org

The main point is usage of CredentialExtractor API and delegation of all security related operations to AuthenticationManager and multiple implementations of AuthenticationProvider.

Relates to #16

Signed-off-by: Łukasz Dywicki <luke@code-house.org>
Moved out password credentials out of core package (they are not mandatory kind of creds any more).
Added session cookie authentication.

Signed-off-by: Łukasz Dywicki <luke@code-house.org>
X-Forwarded-Proto can be a list ie. https, http when two proxy servers are used.
This patch makes sure that generated response uses first host/values.
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.

1 participant