Skip to content
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

Better documentation for other auth methods #57

Closed
NViviers opened this issue Oct 20, 2022 · 2 comments
Closed

Better documentation for other auth methods #57

NViviers opened this issue Oct 20, 2022 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@NViviers
Copy link

I'd like to request some documentation or a simple guide to how exactly we should setup each authorization method? What should I set my redirect URI as for Discord integration, etc

@Snazzah
Copy link
Owner

Snazzah commented Oct 21, 2022

All of the provided auth methods would have a redirect URI of http://localhost:3000/api/auth/callback/[name] with [name] being the name of the auth method in lowercase. So Discord would be http://localhost:3000/api/auth/callback/discord.

I'll add something to show the redirect URIs.

@Snazzah Snazzah added the documentation Improvements or additions to documentation label Oct 21, 2022
@NViviers
Copy link
Author

I appreciate the help! 😄
I'll leave this open for in case you want to use this to track it or something. Otherwise feel free to close it

@Snazzah Snazzah closed this as completed Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants