ITfoxtec / ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect

ITfoxtec Identity for Blazor WebAssembly add support for OpenID Connect with PKCE.
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

#2 fixed an issue with the fragment parsing #11

Closed chrsin closed 3 years ago

chrsin commented 3 years ago

I believe the fragment parsing has a bug that breaks the first parameter of the fragment.

Revsgaard commented 3 years ago

Thanks, the bug is fixed in commit https://github.com/ITfoxtec/ITfoxtec.Identity.BlazorWebAssembly.OpenidConnect/commit/71abff2556c3662e81786c5181ecbff107d67007

Revsgaard commented 3 years ago

Fixed in commit 71abff2