Skip to content

security best practices #1

Description

@faanid

-create random password reset tokens with expiry dates
-deny access to JWT after password change
-prevent Cross-Site Request Forgery (csurf package)
-require re-authentication before a high value action
-implement a blacklist of untrusted JWT
-confirm user email address after first creating account
-keep user logged in with refresh tokens
-implement two-factor authentication
-implement maximum login attempts

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions