UniAuth lets you restrict access to your Discord server using Google OAuth. Originally created for University High School's Discord server.
- Register an application on Discord
- Add a bot user to the application
- Add the redirect URI to the application,
/oauth/redirect
- Register a project on Google
- Create OAuth credentials, and add the redirect URI
/google/redirect
- Create OAuth credentials, and add the redirect URI
- Setup the config file
- Rename the file from
config.example.js
toconfig.js
- Set your guild ID, and an array of role IDs that you want added to users upon authentication
- Rename the file from
- Configure your Discord server
- The bot user needs permission to create invites, manage roles, and should be placed higher than the roles you want to assign users.
Please do. If you run into any problems please open an issue.