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

Changed methods BlazoradeMsalService to virtual #24

Closed MikaBerglund closed 2 years ago

MikaBerglund commented 2 years ago

Changed most of the methods in BlazoradeMsalService to virtual in order to:

The methods that are not virtual are methods that only forward the call to another overloaded virtual method.