There is a lot of code in the Blazor Default template app for managing user accounts. A lot rarely used but great none the less and no need to rewrite that. But the login/forgot pwd etc happens more.
I would like to add simple dialogue to my SPA to login using the exisiting cookie authentication if possible. I have tried a JWT approach but theres a lot to that when most of the work is done.
What would be the best approach to add a simple login dialogue to a blazor client WASM app. Using the default templates?
I guess I am looking to find the deault api for it but I am struggling to find / understand it.