-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Past sessions for anonymous accounts #112
Comments
Hi Cindy, The app doesn't force you to login via social media at all, you can still login the "old" (and anonymous) way. As for the error, I'll take a look but I had several users login in successfully over the weekend and today so might just be a glitch? Will investigate. Thanks for reporting! |
No, it's not really the old way. I can't see past sessions like I used to: This will create an anonymous account, but won't allow you to retrieve past sessions |
@cindyccook : you are half right: it's the same anonymous accounts as before, but because the mechanism to store past sessions has changed (it's now using the database and not your local storage), it cannot retrieve past sessions for anonymous accounts (as you would be able to see all the sessions by anyone who logged as "cindy" for instance). I've got a plan to improve that though, so stay tuned. |
Forces you to use social media to login now. Internal server error when trying to auth via Github Screenshot attached.
The text was updated successfully, but these errors were encountered: