uwpokerclub / app

Apache License 2.0
1 stars 3 forks source link

Change login API call to new session based route #731

Closed asmahood closed 3 months ago

asmahood commented 3 months ago

Description

Currently, the login page sends a request to the JWT cookie login route. This needs to be updated to send requests to the new session based login route.

Approach


Blocks

Blocked By

Related To