marmelab / ra-auth-msal

An auth provider for react-admin which handles authentication using the MSAL
MIT License
4 stars 2 forks source link

Provide feature flag to enable deep link redirect #10

Closed jonathan-marmelab closed 9 months ago

jonathan-marmelab commented 9 months ago

Provide feature flag (defaults to false) to eanlble deep link redirect

Also check for window and sessionStorage to avoid ssr rendering problems.

Add documentation

Follow up to https://github.com/marmelab/ra-auth-msal/pull/9