builder555 / silvernews

Hacker News clone for finance
0 stars 0 forks source link

prototype ui #2

Open builder555 opened 8 months ago

builder555 commented 8 months ago
mcraa commented 8 months ago
builder555 commented 8 months ago

hn has a dead-simple enter "username/password" to sign up, we can start there, adding google, fb, gh, etc. is more complicated than a basic auth, no?

mcraa commented 8 months ago

hn has a dead-simple enter "username/password" to sign up, we can start there, adding google, fb, gh, etc. is more complicated than a basic auth, no?

not really, especially as the default template I am using contains them. and it is a really big win to not care about user validation (doing all the flows by hand, yes that would be)

I can set this up in 5-10 minutes https://niftypass.app/Identity/Account/Login?returnUrl=/account it has all the user profile pages needed after login as well