custom authProvider - Passing API Url
Hi!
I currently have a custom authProvider that queries the /auth/login endpoint of my API. Right now, I have the URL in a const _app.tsx /and/ in authProvider.
Is there a way where I can just pass the URL to authProvider?
I currently have a custom authProvider that queries the /auth/login endpoint of my API. Right now, I have the URL in a const _app.tsx /and/ in authProvider.
Is there a way where I can just pass the URL to authProvider?
