gdgfresno / valleydevfest2018

A Professional Template for large GDG events. This project has been designed to continue to be your DevFest/IWD website solution without having to create a new site or Firebase project every year.
https://delorean-demo.firebaseapp.com
MIT License
0 stars 1 forks source link

Login falls back to anonymous after site refresh or revisit, once logged in with a providers #17

Closed MrCsabaToth closed 4 years ago

MrCsabaToth commented 4 years ago

14 introduced Anonymous login and also multiple login providers. Unfortunately once someone logs in to the site, it reverts the user back to anonymous once the website is reloaded or revisited.

Expected Behavior

Once the user logged in, the session will keep the provider logged in state no matter what.

Current Behavior

The login status is lost once a website refresh or revisit.

Possible Solution

Steps to Reproduce

  1. Visit the website
  2. Confirm you are logged in Anonymously on your profile
  3. Login with any of the providers
  4. Confirm your status on the profile, check admin controls present if you are an admin
  5. Reload the website
  6. You are Anonymous again, you have to log in again

Context (Environment)

Devuan ceres/beowulf Linux, Chrome 80+

Detailed Description

Possible Implementation

MrCsabaToth commented 4 years ago

I deem this fixed until it turns out otherwise