sotsera / sotsera.blazor.oidc

OpenID Connect client for Blazor client-side projects
https://blazor-oidc.sotsera.com/
Apache License 2.0
20 stars 8 forks source link

Upgrade to support 3.2.0 GA #22

Open ChristianWeyer opened 4 years ago

ChristianWeyer commented 4 years ago

Hi! :-)

do you plan on upgrading to the final Blazor WASM release?

Cheers, Christian

ghidello commented 4 years ago

Hi, I haven't had a chance to work on the library lately (unfortunately I can't use Blazor in my day job). Do you still think that this library have a reason to exists now that there is the official OpenID Connect support?

Also, parts of the library (like the session manager and the silent renew that I've never implemented) will stop working when browsers will stop supporting the 3rd party cookies: this is the main reason that killed my desire to work on the library.

ChristianWeyer commented 4 years ago

These are all excellent points you bring up.

The out-of-the-box support e.g. still lacks some interesting functionality, renewing etc. 3rd party cookies may be avoided by hosting on the same origin, although this can be a tough requirement ;-)