codepod-io / codepod

Codepod IDE: Scalable Interactive Coding
https://codepod.io
MIT License
75 stars 15 forks source link

fix: remove anonymous guest user #432

Closed lihebi closed 1 year ago

lihebi commented 1 year ago

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 commented 1 year ago

Note: DB schema changed.