auth-provider
Given that my current setup is tentative, how can I configure my auth-provider to make an axios.post request to my backend for login at https://localhost:5002/login? Currently, my dataProvider is set to two resources like this:
What's the best way to access axios.post('/login') from the auth-provider page?
What's the best way to access axios.post('/login') from the auth-provider page?
