Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

[Feature Request] Better authentication #2

Open
eranimo opened this issue Mar 5, 2013 · 0 comments
Open

[Feature Request] Better authentication #2

eranimo opened this issue Mar 5, 2013 · 0 comments

Comments

@eranimo
Copy link

eranimo commented Mar 5, 2013

I'm not really a fan of URL-based authentication, I'd rather have hashed and salted session-based authentication wherever possible. I also don't think that not having authentication should be possible. I propose emulating the Django user model method of authentication. Sequelize-admin would take in a user model (as specified), authenticate and store the session data it in a predefined session store. The admin panel would refuse access to all users not logged in or that do not have an optional model attribute representing the ability to access the admin panel.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant