Skip to content
This repository was archived by the owner on Nov 12, 2023. It is now read-only.
This repository was archived by the owner on Nov 12, 2023. It is now read-only.

JWT best practices to be implemented #9

Description

@godwinpinto

Feature:
Currently JWT uses a symmetric key to encrypt and verifies all token generated from the application for authentication of REST API's.

Solution
https://owasp.org/www-chapter-belgium/assets/2021/2021-02-18/JWT-Security.pdf
https://curity.io/resources/learn/jwt-best-practices/

Alternative:
The headache of JWT can totally be removed with springs oauth2 implementation and Keycloak. However, running another application for SME would mean more cost involved. Hence, in application implementation

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions