-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement user authentication #3
Comments
martukas
added a commit
that referenced
this issue
May 11, 2022
martukas
added a commit
that referenced
this issue
May 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These might be good leads:
https://www.npmjs.com/package/passport
https://jwt.io/
Need authentication on:
Would be preferrable if authentication solution encompassed both of these cases, for example if site could authenticate with github credentials and then ssh key registered with github could be used to authenticate as the same user for uploading from python.
The text was updated successfully, but these errors were encountered: