tdewolff / Dex

Small but feature-rich CMS for small and medium sized websites
MIT License
2 stars 2 forks source link

Change login method from session/cookie to HTTP auth #47

Closed tdewolff closed 10 years ago

tdewolff commented 10 years ago

HTTP auth can be set through an ajax code on the login form.

Without a cookie, the API can be queries much better, Varnish caches pages better and Dex adheres to being stateless which HTTP is.

tdewolff commented 10 years ago

Through AJAX didn't work, but HTTP auth is also supported now