TheFlyer1983 / facerecognitionbrain_vue

A Vue app of the React App facerecognitionbrain
https://smart-brain-pl.netlify.app/
1 stars 0 forks source link

Migrate Auto Authentication #95

Closed TheFlyer1983 closed 1 year ago

TheFlyer1983 commented 1 year ago

Description:

If we are currently logged in it allows us to refresh the page and re-authenticate as long as the token is still valid. Firebase allows to be logged in for 1 hour. If we still have a valid token we should be able to get the user data and use the app. If the token is invalid the user should be logged out.

Acceptance Criteria:

Out of Scope

No auto renew of the token is in scope of this task.

TheFlyer1983 commented 1 year ago

Merged to Dev.