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

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

Open
Javlopez wants to merge 1 commit intodevelopfrom
feature/KSD-389-JWT-auth
Open

KSD-389: add support for JWT Auth token#36
Javlopez wants to merge 1 commit intodevelopfrom
feature/KSD-389-JWT-auth

Conversation

@Javlopez
Copy link
Copy Markdown
Contributor

No description provided.

@linear
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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