Working on a discord bot to configure from a 3rd party application.
Planned workflow :
- User joins discord
- Goes to verify channel
- Bot enforces them to enable a login
- If successful the bot should assign role automatically to the user
Any documentation that might be useful to perform this process. So far we have implemented a login statement where the bot is able to process take and process login name. Looking to find a solution for how to access the login functionality.
Hi @adhikari.harsh.kohli
Welcome to the Auth0 Community!
Thank you for posting your question!
From the Auth0 point of view you will need to check the Role-Based Access Control. Regarding other concepts you will need to find a way to manage request by Bots. With that, Managment API and Authorization API you will be able to login and grant user roles. I would encourage you to check with discord community or check the discord-bot subreddit for help with bot implementation.
https://auth0.com/docs/api/management/v2
https://auth0.com/docs/api/authentication
Thanks
Dawid