Skip to content
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

[Feature] Add KAIST verification endpoint #2

Open
injoonH opened this issue May 19, 2024 · 0 comments
Open

[Feature] Add KAIST verification endpoint #2

injoonH opened this issue May 19, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@injoonH
Copy link
Member

injoonH commented May 19, 2024

Overview

Implement an option for users to verify if they belong to KAIST.
Create an auth_kaist table and establish a foreign key relationship with the auth_user table.

Describe the solution you'd like

Utilize the @kaistian/sso package to validate if a user belongs to KAIST.

Additional context

  • Users can update their KAIST information by revalidating with their ID and password.
  • One user can have multiple accounts, so the relationship between auth_user and auth_kaist is not one-to-one.
@injoonH injoonH added the enhancement New feature or request label May 19, 2024
@injoonH injoonH added this to the v1.0.0 milestone Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant