You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.
The current Adopt-A-Tree UI uses form submission and a cookie for authentication. In the new React UI, authentication will need to be handled in slightly different way, as all interactions with the server (including user login) will be via API calls.
We'll need to research best practices for authenticating API requests in a Rails application and implement one of those practices.
The text was updated successfully, but these errors were encountered:
The current Adopt-A-Tree UI uses form submission and a cookie for authentication. In the new React UI, authentication will need to be handled in slightly different way, as all interactions with the server (including user login) will be via API calls.
We'll need to research best practices for authenticating API requests in a Rails application and implement one of those practices.
The text was updated successfully, but these errors were encountered: