WaspW
Wasp•9mo ago•
7 replies
Amar

User Auth from external API

I am building a fullstack project in Wasp (v.0.16.3) with React for website UI and Flutter for its mobile app version. I want to use the API endpoints in wasp project to access the user authentication and database related functaionalities from external client (postman or mobile app).
So far I have implemented a dummy custom API endpoint to get a simple json greeting message from the wasp backend.
I am using email-password authentication.
But I am stuck on how to implement login, signup, and other auth related end points.
Thank you for your kind interest in my problem 🙏
main_wasp.png
auth_api.png
Was this page helpful?