DEV Community

Discussion on: Flutter and Laravel Integration (with Laravel Echo)

Collapse
 
bureau121 profile image
Bureau121

Hi there, I wish to know how the token were generated and where it is stored on the database.

Collapse
 
tunnandaaung profile image
Tun Nanda Aung

Hello, tokens are generated using Laravel Sanctum and stored on the table called personal_access_tokens. For mobile app, tokens are stored using SharedPreferences.