The same I did with an Android app I need to get info from logged-in user:
-email
-If they are verified (I don’t want unverified users to proceed)
-Get metadata I added to Rules
But I am new to Blazor. Is there a way to do the same in Blazor WASM?
Thanks,
Carlos
Hey there!
Unfortunately i don’t have Blazor experience but maybe this thread which is related to our Blazor article will be of any help:
Hi Paul,
Thank you for appreciating my article
Regarding your request, does your rule throw an exception as in this example ?
As far as I know, the error message should be returned to the client.
“There was an error signing in” message is the builtin error message from Blazor WASM .
I follow this post but the information is limited on securing the app.
Thanks,
Carlos
I know but at the moment it’s the only content on Blazor we have. I added aa few tags to your questions. so maybe others experienced in Blazor will be able to find it more quickly here in community and help you.