Skip to content

issues Search Results · repo:appleboy/gin-jwt language:Go

Filter by

160 results
 (41 ms)

160 results

inappleboy/gin-jwt (press backspace or delete to remove)

I m new to Golang and learning Go by building a basic web application with Gin. I faced the above issue when I tried to run the example code. I didn t change anything in the example code. How can I resolve ...
  • savvy-bit
  • 2
  • Opened 
    5 days ago
  • #343

Hi, I noticed type MapClaims of package gopkg.in/dgrijalva/jwt-go.v3 is used by GinJWTMiddleware.IdentityHandler s parameter, which expose the dependency of gopkg.in/dgrijalva/jwt-go.v3. I think it would ...
  • XMRHRX
  • Opened 
    15 days ago
  • #341

Problem 1. DRY Code: The SetCookie code is redundant we’ve duplicated the logic for setting cookies in both the LoginHandler and RefreshToken. 2. We do have the func (*GinJWTMiddleware) TokenGenerator ...
  • maniSHarma7575
  • Opened 
    on Jul 14, 2024
  • #336

Can we generate token and refreshToken at the same time, so that the front-end project can automatically refresh the token?
  • liwenson
  • Opened 
    on Aug 16, 2023
  • #328

Before refreshing the access_token, I need to delete the session it refers to so that the hacker cannot quietly use the victim s session. To do this, I need to place the logic of deleting the session somewhere, ...
  • Koichi-hub
  • 2
  • Opened 
    on Apr 27, 2023
  • #320

I want to define my response message when token is expired, but the error string can t match ErrExpiredToken Because, ErrExpiredToken string in the gin-jwt pkg is token is expired , but depends on github.com/golang-jwt/jwt/v4 ...
  • qwganker
  • 1
  • Opened 
    on Apr 26, 2023
  • #319

Hi, I have a question. I m not very good at English, so I m sorry if I m grammatically incorrect. If there s any part of it that doesn t make sense, please let me know! When I tried refresh for timed out ...
  • ghost
  • 1
  • Opened 
    on Feb 18, 2023
  • #315

Is there a way to set the token timeout value dynamically depending on the user? For example, can some users expire in 24 hours and others expire in 30 days? If there is a way, I would really appreciate ...
  • leeyjeen
  • Opened 
    on Jan 10, 2023
  • #313

Hi, This library looks very useful. However at the moment I don t think it supports oauth? Basically I don t want my users to register with a username/password, but instead I d like them to use SSO, maybe ...
  • JPFrancoia
  • Opened 
    on Dec 15, 2022
  • #310
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub