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
Hello, I have been trying to improve on the default "Magic Link" system that is in place and I noticed the option to include GitHub OAuth credentials. I setup the environment variables and restarted the container but cannot seem to find a way to get signin with GitHub.
The main issue is just the internal UX of the magic link method. if there is any easy way to override the authentication or implement a secondary method please let me know!
Thank you!
The text was updated successfully, but these errors were encountered:
If it’s related to the email, you can leave all the SMTP env variables empty and look at your container logs as the magic link is written to stdout when there’s no email server configured.
Handy if you’re the only one who would need to access the server.
What issue did you have with GH OAuth? Maybe I should document that part too
Hey thank you so much for replying! The issue I ran into with SMTP is simply just a ux issue. We will have multiple people accessing the panel and SMTP just isn’t the best solution for us. Along with the GitHub oauth I just can’t seem to get it to work or appear period. I added the ENV variables and setup the callback url for GitHub’s side but still no sign in with GitHub button on the sign in screen.
(edit) We have these env variables
OAUTH_GITHUB_CLIENT_ID
OAUTH_GITHUB_CLIENT_SECRET
Hello, I have been trying to improve on the default "Magic Link" system that is in place and I noticed the option to include GitHub OAuth credentials. I setup the environment variables and restarted the container but cannot seem to find a way to get signin with GitHub.
The main issue is just the internal UX of the magic link method. if there is any easy way to override the authentication or implement a secondary method please let me know!
Thank you!
The text was updated successfully, but these errors were encountered: