Authentication using WWW-Authenticate #1821
Unanswered
pfeatherstone
asked this question in
Q&A
Replies: 1 comment 2 replies
-
uWS is just a server, yes it certainly allows implementing this behavior, definitely, but it's not included in this project. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to do authentication using https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication
So server initially responds with a 401 Response and a WWW-Authenticate header, waits for a request which includes an Authorization header and user login, check if it matches, then carry on. Is this built in somehow in the framework? Or is there a way to do it with the existing API ?
Beta Was this translation helpful? Give feedback.
All reactions