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 }}
usefulteam
/
jwt-auth
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
53
Star
135
Code
Issues
41
Pull requests
12
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Feature/refresh token flow
- #116
#116
Open
marchrius
wants to merge 30 commits into
usefulteam:master
usefulteam/jwt-auth:master
from
marchrius:feature/refresh_token_flow
marchrius/jwt-auth:feature/refresh_token_flow
Copy head branch name to clipboard
Conversation
Commits
30
(30)
Checks
Files changed
Open
Feature/refresh token flow
#116
marchrius
wants to merge 30 commits into
usefulteam:master
usefulteam/jwt-auth:master
from
marchrius:feature/refresh_token_flow
marchrius/jwt-auth:feature/refresh_token_flow
Copy head branch name to clipboard
Commits
Commits on Mar 15, 2024
docs: update .gitignore to ignore .idea directory
marchrius
committed
ba25906
View commit details
Copy full SHA for ba25906
Browse repository at this point
feat(refresh token): add possibility to generate and return a refresh_token in token generation response
marchrius
committed
1567f53
View commit details
Copy full SHA for 1567f53
Browse repository at this point
Commits on Mar 18, 2024
feat(refresh token): add support for issued at and add different hook for different token type
marchrius
committed
636f634
View commit details
Copy full SHA for 636f634
Browse repository at this point
feature(refresh token): add different flow types as: body, parameter, query
marchrius
committed
7ce659c
View commit details
Copy full SHA for 7ce659c
Browse repository at this point
fix(refresh token): wrong flow check for cookie flow
marchrius
committed
77bfe66
View commit details
Copy full SHA for 77bfe66
Browse repository at this point
fix(refresh token): manage cookie as supported flow
Show description for a33f3f1
marchrius
committed
a33f3f1
View commit details
Copy full SHA for a33f3f1
Browse repository at this point
Commits on Mar 19, 2024
fix(refresh token): manage device as mandatory field. Can be empty
marchrius
committed
3fd08c5
View commit details
Copy full SHA for 3fd08c5
Browse repository at this point
fix(refresh token): better retrieve data from request based on flow definition removing dependency on request variable
marchrius
committed
322fbe8
View commit details
Copy full SHA for 322fbe8
Browse repository at this point
fix(refresh token): restore response content based on flow when refreshing refresh token
marchrius
committed
f9b3454
View commit details
Copy full SHA for f9b3454
Browse repository at this point
feat(refresh token): add token type to differentiate token in validation process
marchrius
committed
7f00143
View commit details
Copy full SHA for 7f00143
Browse repository at this point
feat(logger): add psr/log as base dependency to let users define a custom logger logic to be used
marchrius
committed
c440257
View commit details
Copy full SHA for c440257
Browse repository at this point
feature(refresh token): add type (typ) property for token to check correct token type
marchrius
committed
d27630a
View commit details
Copy full SHA for d27630a
Browse repository at this point
fix(refresh token): use device from validated token
marchrius
committed
6b3395a
View commit details
Copy full SHA for 6b3395a
Browse repository at this point
fix(refresh token): don't let hook modify the token type
marchrius
committed
50dcd46
View commit details
Copy full SHA for 50dcd46
Browse repository at this point
fix(refresh token): restore error code for invalid refresh token (not exist, expired)
marchrius
committed
69f36b5
View commit details
Copy full SHA for 69f36b5
Browse repository at this point
feature(unit test): update unit test for new refresh token format
marchrius
committed
8d2559c
View commit details
Copy full SHA for 8d2559c
Browse repository at this point
fix(unit test): restore environment names
marchrius
committed
acbbbeb
View commit details
Copy full SHA for acbbbeb
Browse repository at this point
fix(unit test): restore CURL constants
marchrius
committed
4453afd
View commit details
Copy full SHA for 4453afd
Browse repository at this point
docs: add missing dev requirement ext-curl
marchrius
committed
364d106
View commit details
Copy full SHA for 364d106
Browse repository at this point
Commits on Mar 20, 2024
fix(refresh token): rollback WP_REST_Request to retrieve refresh token from request
marchrius
committed
6bfa233
View commit details
Copy full SHA for 6bfa233
Browse repository at this point
Commits on Apr 12, 2024
docs(refresh token): updated README.md with latest information, updated readme.txt as well
marchrius
committed
2f72a02
View commit details
Copy full SHA for 2f72a02
Browse repository at this point
Commits on Jul 25, 2024
Merge branch 'develop' into feature/refresh_token_flow
marchrius
committed
f5de091
View commit details
Copy full SHA for f5de091
Browse repository at this point
fix: updated tests with correct body implementation
marchrius
committed
021dcbc
View commit details
Copy full SHA for 021dcbc
Browse repository at this point
Commits on Jul 30, 2024
feat: add method to check if a flow is enabled (possibility to implementa a multi-flow support)
marchrius
committed
4b5cc49
View commit details
Copy full SHA for 4b5cc49
Browse repository at this point
chore: update composer.lock
marchrius
committed
fcf7431
View commit details
Copy full SHA for fcf7431
Browse repository at this point
Commits on Sep 30, 2024
fix(refresh_token): revert all style modification to code
Show description for 1e9617f
marchrius
committed
1e9617f
View commit details
Copy full SHA for 1e9617f
Browse repository at this point
Commits on Oct 2, 2024
fix(refresh_token): revert class-devices.php
marchrius
committed
8deeff8
View commit details
Copy full SHA for 8deeff8
Browse repository at this point
fix(refresh_token): revert property initialization in class-setup.php
marchrius
committed
272c481
View commit details
Copy full SHA for 272c481
Browse repository at this point
fix(refresh_token): revert const definition for JWT_AUTH_PLUGIN_VERSION
marchrius
committed
f4ae050
View commit details
Copy full SHA for f4ae050
Browse repository at this point
fix(refresh token): indent with spaces
marchrius
committed
25363ee
View commit details
Copy full SHA for 25363ee
Browse repository at this point
You can’t perform that action at this time.