We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#33 uncovered possible issues with stateful authentication in Next.js.
@tthvo did some reading and uncovered passportjs as a possible alternative. Next.js has docs regarding this and other stateless libraries:
passportjs
iron-session
There are some quirks with middleware in Next.js and I don't have much experience with it specifically, so I will do some experimentation.
The text was updated successfully, but these errors were encountered:
#33 (comment)
Sorry, something went wrong.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#basic_authentication_scheme
To generate a user credential files, you use Apache htpasswd or it's module mirror: https://www.npmjs.com/package/htpasswd
Merge pull request #80 from COSC-499-W2023/gh-39-basic-authentication
6310a0e
feat(auth): API endpoint + middleware for basic auth
connordoman
Successfully merging a pull request may close this issue.
#33 uncovered possible issues with stateful authentication in Next.js.
@tthvo did some reading and uncovered
passportjs
as a possible alternative. Next.js has docs regarding this and other stateless libraries:iron-session
passportjs
There are some quirks with middleware in Next.js and I don't have much experience with it specifically, so I will do some experimentation.
The text was updated successfully, but these errors were encountered: