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

[Feature Request] Better authentication #2

Open
@eranimo

Description

@eranimo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions