Login with API using Postman
Hello Everyone
I'm Currently facing a problem with my filament project when I tried to access my application through API with Postman for login there is a get method. so please help me log in my application through Postman
3 Replies
Filament doesn’t have any api routes. You’ll need to make your own api endpoints to do this kind of thing. Laravel comes with Sanctum by default, maybe start with those docs.
@awcodes Thank you
You can try this
https://filamentphp.com/plugins/rupadana-api-service