๐ New Integration: Discord
AggManik opened this issue ยท 2 comments
AggManik commented
User should be able to authenticate and connect discord app with tegon
Key resources:
- Discord Developer Documentation: https://discord.com/developers/docs
- OAuth2 Guide: https://discord.com/developers/docs/topics/oauth2
API Reference: https://discord.com/developers/docs/reference
The OAuth2 guide is particularly important for authentication. It covers:
- Authorization flows
- Scopes
- Access tokens
- User authentication
The API Reference provides details on endpoints you'll use after authentication.
Guide on building integrations
https://docs.tegon.ai/integrations/contribute