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

Add ability to log in using the default location set on the user #12

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mseaton
Copy link
Member

@mseaton mseaton commented Nov 16, 2023

This PR / branch was created while looking to support a use case where an implementation did not want to force users to choose login location at the time of logging in, but rather to allow this to be set from their default location user property (and then changed as needed from the UI post-login).

The only real issue with it is that it won't work in a situation where login location is required and this is coming from the default rather than from the request, as the validation happens pre-authentication, not post-authentication, so some thought and changes would need to account for this.

There is no current demand for this feature just just creating a draft PR and leaving it for now.

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