pilcrowonpaper / oslo

A collection of auth-related utilities
https://oslo.js.org
MIT License
1.06k stars 35 forks source link

Add scope option to oauth2 refresh function #19

Closed LinusOP closed 9 months ago

LinusOP commented 9 months ago

This adds the option to send scopes in the refreshAccessToken function of the OAuth2 client.

Fixes #18

LinusOP commented 9 months ago

Can you update the docs as well?

Ofc, to be honest I did this at about 5 in the morning and completely forgot 😅 Will sort now

LinusOP commented 9 months ago

Docs have been added, think they should cover it

pilcrowonpaper commented 9 months ago

Thanks!