▲ | bvrmn 4 days ago | |||||||||||||||||||||||||
> if you store session data on the server, identify the user using the Authorization header. And by what miracle browser would send Authorization header? Who sets it? For which domain it could be set? | ||||||||||||||||||||||||||
▲ | IgorPartola 4 days ago | parent [-] | |||||||||||||||||||||||||
Take a look at how basic auth is implemented in browsers today. Now imagine expanding it to (a) provide a much nicer and somewhat customizable UI for entering your credentials and (b) using proper encryption. | ||||||||||||||||||||||||||
|