@lib/auth.ts. This is strictly authentication (AuthN): confirming who the user is. Authorization — deciding what they can do — is your app’s responsibility. This allows builders to build authn directly into their Major Apps.Identify the current user in your Major app.
@lib/auth.ts. This is strictly authentication (AuthN): confirming who the user is. Authorization — deciding what they can do — is your app’s responsibility. This allows builders to build authn directly into their Major Apps.