esoodev / eve-sso-simple

Simple promise-based node.js module simplifying EVE Online's SSO authentication flow.
MIT License
5 stars 3 forks source link

Function for refresh tokens #1

Open syryna opened 6 years ago

syryna commented 6 years ago

Hello,

I am using your module successfully and wanted to ask if you could add a function to serve new Access Tokens with an existing Refresh Token: https://eveonline-third-party-documentation.readthedocs.io/en/latest/sso/refreshtokens.html

I am planning to add it myself anyway in the next days and can share the code to you if you want, but I wanted to keep your module in my app unchanged from the original and would like to ask therefore if you might add this in your module anyway?

Mike

dougestey commented 6 years ago

+1. Would be great to have this here instead of re-inventing the wheel in my own codebase.

@syryna did you get around to doing this? If not I can make a fork/PR.