-
Notifications
You must be signed in to change notification settings - Fork 37
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
Basic auth login issue #302
Comments
This looks like it is somehow hitting the oauth flow code for some reason
|
Oh @vdice because it is HTTP basic auth, you don't need to |
I think the solution here is:
|
Ah, I see. Thanks @thomastaylor312. Path forward sgtm. |
@thomastaylor312 could the login flow w/ basic auth also create a session token with the provided un/pw so that it doesn't need to be passed in on further actions again? a la oidc? Or is this an anti-pattern w/ basic auth? |
I think that could work! You'd store it just like an OIDC token. We should probably capture that in another issue if you want to go that way |
Oops, there are actually a few items needed to resolve this issue, as mentioned in #302 (comment) |
I'm having trouble logging in with basic auth. Tested with latest commit on main (as of writing:
d62d537bb096fb8ce25cabb731471b7a500d7e10
) and most recent v0.8.0 tag.However, I may be missing something. Here's my flow:
The text was updated successfully, but these errors were encountered: