referbruv / SocialNinja

Sample project to demonstrate Google and Facebook Authentication using ASP.NET Core
https://referbruv.com/blog/posts/social-authentication-in-aspnet-core-getting-started
MIT License
19 stars 8 forks source link

Blazor Webassembly #4

Open marcoatribeiro opened 2 years ago

marcoatribeiro commented 2 years ago

Hi, there!

Have you tried, by any chance, to create a Blazor Webassembly version of your library?

I was trying to create an application (Blazor WASM ASP.NET hosted) where the Login and ExternalLoginCallback methods (in hosted Web API) were being called by a service in Client App, but I'm getting CORS issues upon ChallengeResult return and I was wondering if you tried the same approach and ran into similar issues.

I'm happy to share the code and/or error details if you wish.

Best regards, Marco.

referbruv commented 2 years ago

Hi marco!

I remember trying a similar approach with Angular SPA and ASP.NET Core stack, but this sounds like an interesting idea. Will try implementing this and let you know!