How to do auth in React Native
How would someone implement external auth? Do I really need Breeze for this or can I already use Filament's auth layer
2 Replies
You can use whatever you want, as long as you are using Laravels session based auth
Gonna try to figure it out with Sanctum