79773939

Date: 2025-09-24 15:58:00
Score: 1
Natty:
Report link

Yes, you could use it in combination with Sanctum to generate api access tokens. Which is the simplest option, otherwise you're looking at Laravel Password and more complex Oauth.

Check out [everware/laravel-fortify-sanctum](https://packagist.org/packages/everware/laravel-fortify-sanctum). That makes Fortify return Sanctum access tokens on login.

Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Ken