-
Notifications
You must be signed in to change notification settings - Fork 25
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
Casdoor remaining issues #878
Comments
|
@hsluoyz Thanks for reply. I wonder why "there should be no duplications for user |
@nighca that's more of a feature. E.g., you have a github account named linus, then have a facebook account named linus too. They can be the same user. While, this may not be always true. But When it's not true, the ID is usually more complicated, which is hard to duplicated. Anyway, it's just not an "realistic and obvious bug" in common sense. |
@hsluoyz IDs from third-party providers are often nonsensical strings or auto-incrementing numbers. For instance, my GitHub authorization ID is I am concerned about the small risk of ID duplication because we do need a reliable and unique identifier for users in our application. According to the casdoor docs:
This is misleading. If we rely on the |
Deployment in #933 |
1. Performance improvement
Consider use CDN (or Vercel deployment) for static assets (and pages), like https://acc.goplus.org/static/js/main.4b169dc0.js
2. User ID
Related document: https://casdoor.org/docs/user/overview#user-properties
3. Use non-built-in organization for goplus users
For now organization
built-in
is used for env production. It is better to create a new organization for goplus users.4. Simplify integration (low priority)
Use standard oauth SDK instead of casdoor js sdk
The text was updated successfully, but these errors were encountered: