Skip to content

Tags: laravel/sanctum

Tags

v4.0.3

Toggle v4.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update logo to support dark/light theme (#536)

* Update logo.svg

* Update README.md

v4.0.2

Toggle v4.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/unable to logout (#511)

* fix user not being able to logout

* fix use auth guard to grab password aswell

* test: write test for hash getting removed from session

* change global auth helper to injected auth factory

* Update AuthenticateSession.php

* instead of checking first guard user the guard that user is authenticated with

* fix style ci complaint

* formatting

* formatting

* formatting

---------

Co-authored-by: Taylor Otwell <[email protected]>

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[4.x] Make commands lazy (#502)

* Make commands lazy

* Fix soft dependency

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
driesvints Dries Vints
wip

v3.3.3

Toggle v3.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Extract generate token method (#488)

* Extract generate token method

* Update comment

* Update comment

* Update HasApiTokens.php

---------

Co-authored-by: Taylor Otwell <[email protected]>

v3.3.2

Toggle v3.3.2's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Accept null as a parameter for `Sanctum@getAccessTokenFromRequestUsin…

…g()` (#477)

* accept null

* style

Co-authored-by: Dries Vints <[email protected]>

---------

Co-authored-by: Dries Vints <[email protected]>

v3.3.1

Toggle v3.3.1's commit message
wip

v3.3.0

Toggle v3.3.0's commit message
dont prefix by default

v3.2.6

Toggle v3.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[3.x] Test Improvements (#465)

* Test Improvements

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* Apply fixes from StyleCI

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>
Co-authored-by: StyleCI Bot <[email protected]>

v3.2.5

Toggle v3.2.5's commit message
fix middleware