Skip to content

JWT token should be stored securely if they are used as auth for browser users. #153

Open
@h4cker39

Description

@h4cker39

If an application are using JWT in browsers it should be stored securely in a cookie which requires:

  • Require SSL on the comunication
  • Enable HttpOnly
  • Send The Cookie To Only Your Application

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions