badgateway / oauth2-client

OAuth2 client for Node and browsers
https://www.npmjs.com/package/@badgateway/oauth2-client
MIT License
269 stars 31 forks source link

create a way to add some additional params to redirect url #116

Closed pks1989 closed 1 year ago

pks1989 commented 1 year ago

Hi! I very like you library for lightweight. But custom auth server in my company wants to have some specific user info form redirect URL. Like deviceId, analytics systems id and other. And i don't see possibility do that with this lib.

evert commented 1 year ago

Looks good! just some lint errors now

pks1989 commented 1 year ago

Looks good! just some lint errors now

Fixed :) All green now

motnyk commented 1 year ago

👋 @evert, just checking if you have any plans to release a 2.2.4 version of the client with this change anytime soon?

evert commented 1 year ago

Lets do it!

evert commented 1 year ago

Done