keycloakify / oidc-spa

Openid connect client for Single Page Applications
https://www.oidc-spa.dev
MIT License
48 stars 6 forks source link

signinRedirect should allow ExtraSigninRequestArgs #4

Closed johnksv closed 10 months ago

johnksv commented 10 months ago

There might be use cases where the user want to specify additional oidc request args, such as prompt, depending on their use case and provider. Related line is: https://github.com/garronej/oidc-spa/tree/main/src/oidc.ts#L151C27-L151C41

johnksv commented 10 months ago

I see this might already have been solved by #3

garronej commented 10 months ago

Hey @johnksv,
Great to see you here, anytime