Psi
Psi
## What is missing or needs to be updated? In the Synchronizer Token Pattern section: >CSRF tokens should not be transmitted using cookies. In which direction? From the server to...
This repo hasn't seen any changes for a while and no input from the owner / maintainer. I've just taken my version of this to ^3.0.0. The README includes sufficient...
I have effectively abandoned this PR and released my own, full v13 compatible version. [Find it here](https://github.com/psibean/discord.js-pagination) with it's documentation and a working example bot. Install with ``` npm install...
### Is your feature request related to a problem? Please describe. As per the [Getting started with OAuth2](https://discordjs.guide/oauth2/#a-quick-example) section in the discordjs guide, the guide describes the implicit grant workflow....
This isn't a necessary or a required change, I did it more out of interest as I had initially implemented my own discord oauth2 passport strategy prior to finding this...
> This issue has been addressed in #2 That doesn't really fix the problem. The code verifier should not be a hardcoded value, it's supposed to be unique for each...