Skip to content

fix: remove anonymous guest user #432

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

Merged
merged 1 commit into from
Aug 4, 2023
Merged

Conversation

lihebi
Copy link
Collaborator

@lihebi lihebi commented Aug 4, 2023

#242 introduced an anonymous guest user feature to allow users to try out CodePod without signing in.

However, the guest token expires in 30 days. After the token expired, there's no way to log in again. This isn't a good design. After the token expires, the app is stuck at the dashboard loading. The Anonymous feature should be done more properly.

This PR temporarily removes this feature.

@lihebi
Copy link
Collaborator Author

lihebi commented Aug 4, 2023

Note: DB schema changed.

@lihebi lihebi merged commit cc917b4 into codepod-io:main Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant