issues
search
PHP-Open-Source-Saver
/
jwt-auth
🔐 JSON Web Token Authentication for Laravel & Lumen
MIT License
729
stars
113
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update phpstan/phpstan requirement from ^1 to ^2
#273
dependabot[bot]
opened
2 weeks ago
0
Fix Carbon not accepting string values
#272
mokhosh
opened
2 weeks ago
2
Changing JWT_TTL in .env doesn't work
#271
mokhosh
opened
2 weeks ago
0
Implement config variable to allow iat to remain unchanged claim when refreshing a token
#269
robinnydahl
opened
3 weeks ago
3
Rolling refresh token expiry introduced a completely new "iat" behavior on token refresh
#268
robinnydahl
opened
3 weeks ago
2
Token Expired Issue with Auth::guard('api')->login($user) in Production
#267
bangyadiii
opened
1 month ago
2
Add config to set auth cookie key name
#266
leoralph
closed
2 months ago
1
fix explode(): Argument #2 ($string) must be of type string, array given
#265
ossycodes
closed
2 months ago
4
setToken (and possibly setRequest) return the previously logged in user
#264
carvefx
opened
2 months ago
2
Cater for both Carbon v2 and v3 - issue #260
#261
specialtactics
closed
4 months ago
0
Carbon deprication: diffInRealMinutes -> diffInUTCMinute
#260
zimonh
closed
4 months ago
2
Fixes #258 whereby logout fails if the JWT already being used has exp…
#259
specialtactics
closed
4 months ago
1
If the application happens to be using an expired JWT, the logout operation causes an exception
#258
specialtactics
closed
4 months ago
0
feat: add getUserId method
#257
canvural
closed
4 months ago
0
Fix to refresh the IAT when a token is refreshed
#256
lsfiege
closed
4 months ago
1
Add information to the documentation about the ability to use with Cookies
#254
qomineko
closed
2 months ago
5
Use with a custom (Statamic flat-file) User model (not Eloquent-based user model)
#252
CedsTrash
closed
2 months ago
4
Laravel 11 - Call to undefined method Illuminate\Cache\TagSet::addEntry()
#251
KVV0001
closed
6 months ago
0
SetSecret regenerates config with new secret in the Lcobucci provider
#250
f3cp
closed
6 months ago
2
The 'iat' is not refreshed in refresh() method, which cause the user will eventually kicked out though he keep refreshing token.
#249
amos-yau
closed
4 months ago
7
Bump lcobucci jwt version
#248
kellerjmrtn
closed
6 months ago
2
Update CODE_OF_CONDUCT.md
#247
Messhias
closed
6 months ago
0
build(deps): update lcobucci/jwt requirement from ^4.0 to ^5.3
#245
dependabot[bot]
closed
5 months ago
1
Fix/use id claim
#244
DiovaneGabriel
closed
7 months ago
0
Use "id" claim to identify user if "sub" doesn't exists
#243
DiovaneGabriel
closed
7 months ago
0
Cannot authenticate to my reverb server
#242
hgoncalves
closed
8 months ago
2
chore: update phpunit and misc maintenance
#241
mfn
closed
8 months ago
0
Update lcobucci/jwt requirement from ^4.0 to ^5.2
#240
dependabot[bot]
closed
7 months ago
1
fix addMinutes to Carbon 3
#239
emtudo
closed
8 months ago
1
Drop support for Laravel < 10
#238
mfn
closed
8 months ago
4
Remove rector
#237
mfn
closed
8 months ago
0
Add support for Carbon^3
#236
mfn
closed
8 months ago
2
lcobucci/jwt: add array support for `aud` claim
#235
mfn
closed
9 months ago
0
gha: don't run php-cs-fixer on main branch
#234
mfn
closed
9 months ago
0
Add support for Laravel 11
#233
mfn
closed
8 months ago
2
Fix misc. Github Action warning
#232
mfn
closed
9 months ago
2
Use JWT in Artisan Command
#231
Benyamin001
closed
7 months ago
10
What about laravel 11?
#230
nepster-web
closed
9 months ago
9
Support lcobucci v5+ and drop support for anything below laravel 9
#229
krenor
closed
6 months ago
13
I suggest replacing lcobucci/jwt with firebase/php-jwt which is more stable.
#228
NeftaliYagua
opened
11 months ago
4
Request payload with key overrides token in cookies
#227
jmiller42ce
opened
1 year ago
0
Generated token with custom claims & secret isn't encoded with the custom secret.
#226
nargalzius
opened
1 year ago
0
Currently there is no way to pass multiple audiences
#225
zoltankeresztes
closed
9 months ago
2
Unable to install in laravel 10
#224
ZT00OK53
closed
1 year ago
3
FEAT: custom TTLs for each guard
#223
avidianity
closed
1 year ago
2
Octane + OpenSwoole: Auth::user() only works on first request
#222
leonvd6
opened
1 year ago
7
fix: overwrite custom claims from token
#221
plusnin-dev
closed
2 months ago
3
Update yoast/phpunit-polyfills requirement from ^1.0.2 to ^2.0.0
#220
dependabot[bot]
closed
1 year ago
0
Logout function not working
#219
rexyou0831
closed
1 year ago
3
How to refresh expired token
#215
mira-thakkar
opened
1 year ago
10
Next