Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

KSD-389: add support for JWT Auth token #36

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Javlopez
Copy link
Contributor

No description provided.

Copy link

linear bot commented Apr 16, 2024

@Javlopez Javlopez changed the base branch from main to develop April 16, 2024 00:43
@Javlopez Javlopez added the enhancement New feature or request label Apr 16, 2024
//debug
if claims, exists := c.Get("claims"); exists {
claims := claims.(*models.AuthJwtClaims)
fmt.Println("-----------------------")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should remove the print statements before the PR is merged or at least changing to log statements that they are in line with the other log outputs.

Copy link
Member

@galexrt galexrt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides the print statements, LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants