nylas / nylas-nodejs

A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.
MIT License
169 stars 118 forks source link

PKCE auth #453

Closed b3ndoi closed 1 year ago

b3ndoi commented 1 year ago

PKCE auth generates an OAuth url with a secret that has been hashed & encoded, it returns both the unmodified secret & the hashed one & also the URL, so that the user can use the real secret inside the code exchange request

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.