laravel / passport

Laravel Passport provides OAuth2 server support to Laravel.

Home Page:https://laravel.com/docs/passport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adding `last_used_at` on `oauth_access_tokens `table

samtarmizi opened this issue · comments

the column last_used_at really useful and helpful for the tokens.

the use case might on

  • user need to revoke which active tokens by last used
  • user need to views tokens(devices) recently used

Sanctum Migrations