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.
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.