soofstad / react-oauth2-pkce

Provider agnostic OAuth2 Authorization Code flow with PKCE for React
MIT License
125 stars 53 forks source link

💡 [Feature] - Allow for passing arbitrary arguments to `logOut()` #158

Closed soofstad closed 5 months ago

soofstad commented 6 months ago

Summary

logOut() should support the same "additionalParameters" as logIn() does. As not all parameters needed can be statically set in the authConfig object

Basic Example

nil

Drawbacks

nil

Unresolved questions

No response

Implementation PR

No response

Reference Issues

156