This repository has been archived by the owner on Feb 11, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Basic auth login issue #302
Labels
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) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
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: