You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theauth_user
table.Describe the solution you'd like
Utilize the @kaistian/sso package to validate if a user belongs to KAIST.
Additional context
auth_user
andauth_kaist
is not one-to-one.The text was updated successfully, but these errors were encountered: