Blazorade / Blazorade-MSAL

A Blazor component library that makes it easy to use authentication in your application through MSAL, both in Blazor Server and Blazor WebAssembly applications.
MIT License
17 stars 5 forks source link

Added LoginRedirectHandler component to handle redirects #5

Closed MikaBerglund closed 3 years ago

MikaBerglund commented 3 years ago

The LoginRedirectHandler component provides events to run custom actions when a token is received or when the login fails. Closes #3