Skip to content

Upgrade security level of auth token #99

Open
@BasMichielsen

Description

@BasMichielsen

The current implementation uses a non-expiring bearer token.

Possible improvements:
Add an expire data to the bearer token - which forces users to login again after a certain period of inactivity (for example 14 days)

Use JWT tokens:
resources:
https://huma.rocks/how-to/oauth2-jwt/

https://dev.to/leapcell/jwt-in-action-secure-authentication-authorization-in-go-jde/

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