You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
@Ovyerus Redditbooru automatically checks if certain link exists on Reddit, if it does then it provides some metadata but I don't think we should do that.
Assigning @Ovyerus for this. We can use the OAuth spec for this so you can bother around by supporting Reddit first. You can do Discord as well if it fancies you.
User logs in via a supported OAuth provider (Reddit, Discord, etc.)
Generate JWT and check if user already exists via redditLink.
- If we have a matching user via redditLink, then proceed with just Login, if not, redirect them to the checkpoint page where a reCaptcha page would validate them if its a robot. Once validated, perform a POST to /api/user/.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have the option to use two of the following:
an dApps Auth using your Ethereum wallet as your credentials, preferrably MetaMask.
classic SSO by a third party.
This should allow us to implement permissions for #2.
The text was updated successfully, but these errors were encountered: