Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
CERTUNLP
/
ngen
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
10
Code
Issues
5
Pull requests
2
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Fix/token refresh loop
- #275
#275
Merged
mateodurante
merged 17 commits into
develop
CERTUNLP/ngen:develop
from
fix/token_refresh_loop
CERTUNLP/ngen:fix/token_refresh_loop
Copy head branch name to clipboard
Sep 16, 2026
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Fix/token refresh loop
#275
mateodurante
merged 17 commits into
develop
CERTUNLP/ngen:develop
from
fix/token_refresh_loop
CERTUNLP/ngen:fix/token_refresh_loop
Copy head branch name to clipboard
Commits
Commits on Sep 15, 2026
feat(auth): count the renewal of a token apart from the login
Show description for 299a93b
mateodurante
committed
299a93b
View commit details
Copy full SHA for 299a93b
Browse repository at this point
fix(auth): renew a token on how old it is here, not on the clock of the server
Show description for 2f41076
mateodurante
committed
2f41076
View commit details
Copy full SHA for 2f41076
Browse repository at this point
fix(auth): stop a failed renewal from cascading and from hanging what waits
Show description for e913026
mateodurante
committed
e913026
View commit details
Copy full SHA for e913026
Browse repository at this point
fix(auth): let the two callers of a renewal share the one that is travelling
Show description for 01e8f93
mateodurante
committed
01e8f93
View commit details
Copy full SHA for 01e8f93
Browse repository at this point
fix(auth): do not renew a token while the session is being closed
Show description for 63e8423
mateodurante
committed
63e8423
View commit details
Copy full SHA for 63e8423
Browse repository at this point
fix(auth): a session stops being itself when the logout is asked for
Show description for 21014d4
mateodurante
committed
21014d4
View commit details
Copy full SHA for 21014d4
Browse repository at this point
fix(auth): send a request again with the token of the session, not a new one
Show description for 0d39a5c
mateodurante
committed
0d39a5c
View commit details
Copy full SHA for 0d39a5c
Browse repository at this point
test(auth): cover the part of a session that depends on when things happen
Show description for b400bd8
mateodurante
committed
b400bd8
View commit details
Copy full SHA for b400bd8
Browse repository at this point
fix(auth): renew nothing once there is no session left in the store
Show description for e2831de
mateodurante
committed
e2831de
View commit details
Copy full SHA for e2831de
Browse repository at this point
fix(auth): closing a session actually takes its refresh token out of circulation
Show description for 6539973
mateodurante
committed
6539973
View commit details
Copy full SHA for 6539973
Browse repository at this point
Commits on Sep 16, 2026
fix(auth): close a session with the token the browser is holding
Show description for 37e81e6
mateodurante
committed
37e81e6
View commit details
Copy full SHA for 37e81e6
Browse repository at this point
fix(auth): drop a renewal that is travelling when the session is closed
Show description for 30fad9b
mateodurante
committed
30fad9b
View commit details
Copy full SHA for 30fad9b
Browse repository at this point
fix(auth): ask the logout to prove it came from the application
Show description for b98ac63
mateodurante
committed
b98ac63
View commit details
Copy full SHA for b98ac63
Browse repository at this point
fix(auth): close the session in the browser without waiting for the api
Show description for 3d54e3a
mateodurante
committed
3d54e3a
View commit details
Copy full SHA for 3d54e3a
Browse repository at this point
fix(auth): a renewal that was dropped is not a network that failed
Show description for c33c901
mateodurante
committed
c33c901
View commit details
Copy full SHA for c33c901
Browse repository at this point
chore(frontend): declare the node the test stack actually needs
Show description for 4845a46
mateodurante
committed
4845a46
View commit details
Copy full SHA for 4845a46
Browse repository at this point
fix(auth): a logout on its way out must not take the cookie of the next session
Show description for 175850b
mateodurante
committed
175850b
View commit details
Copy full SHA for 175850b
Browse repository at this point
You can’t perform that action at this time.