weavejester / ring-oauth2

OAuth 2.0 client middleware for Ring
146 stars 38 forks source link

Add extra data to access-tokens map #26

Closed lacogubik closed 4 years ago

lacogubik commented 5 years ago

Some OAuth flows (e.g. Slack) will return extra data together with auth-token which need to be stored/processed.

weavejester commented 5 years ago

Sorry for taking a while to get around to reviewing this! This looks good, but can you add in a test to ensure the new data is set correctly?

Heliosmaster commented 4 years ago

This PR can be closed, it was superseded by #29