discordjs / RPC

A simple RPC client for Discord
MIT License
474 stars 192 forks source link

Add support for `prompt` param to login/authorize #137

Closed dhleong closed 3 years ago

dhleong commented 3 years ago

Per the documentation here:

https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-authorization-url-example

This param allows clients to pass "none" to avoid re-prompting for authorization every time the client connects.