uwpokerclub / app

Apache License 2.0
0 stars 3 forks source link

Update API request on login submission #732

Closed asmahood closed 2 months ago

asmahood commented 2 months ago

Updates the API request on the login page to send a request to the new session based login route instead of the old JWT cookie route.

Also, the AuthProvider context has been fixed to now search for the new name of the cookie instead of the old name

Closes #731