Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example with Blazor and Google authentication #337

Open
jkone27 opened this issue Nov 7, 2022 · 4 comments
Open

Example with Blazor and Google authentication #337

jkone27 opened this issue Nov 7, 2022 · 4 comments
Labels
documentation Documentation, comments, guides, info etc. help wanted Extra attention is needed

Comments

@jkone27
Copy link

jkone27 commented Nov 7, 2022

Could you provide a toy/example app with Blazor aspnetcore app and google authentication?

@abergs
Copy link
Collaborator

abergs commented Nov 7, 2022

Good idea. When I have time I hope to get around to improve examples and a blazor one is certainly on my todo.

@abergs abergs added help wanted Extra attention is needed documentation Documentation, comments, guides, info etc. labels Nov 7, 2022
@Regenhardt
Copy link
Contributor

I'm actually working on using this in Blazor WASM right now, maybe I can make a PR once I have it actually functional.

@abergs
Copy link
Collaborator

abergs commented Jan 25, 2023

Appreciated @Regenhardt

@Regenhardt
Copy link
Contributor

The Blazor WASM part of this issue is included in #379.

Not sure about google authentication, I feel like that is out of scope for this library as the point is that google provides the authentication and, if I understand those concepts correctly, FIDO is for authentication ("Who are you?", check via password/biometrics/SMS/E-Mail), not authorization ("What are you allowed to do?", checked via JWT or other tokens).
The google part is however covered in other places already, like https://code-maze.com/google-authentication-in-blazor-webassembly-hosted-applications/, which you could try to reimplement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation, comments, guides, info etc. help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants