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
Get the currently logged in user available to react. This is more logical now because login is done in the same react context as the rest of the app. It looks like the login endpoint returns the form JSON, so we can store it.
See about an HTTPS token. Probably a better idea than hashing for transfer.
Carefully consider the best deployment area. AWS sounds convenient but run the numbers on pricing. Maybe a box with virtualbox or something would be better.
Two environments are required, staging and production. 2 VMs that run all the services required should be enough for now.