Closed JBennyHuang closed 1 month ago
Preliminary user schema
interface {
name: string;
rank: string;
badges: string[];
}
Use API connectors on authentication user flows to call an API endpoint
Before creating the user
API endpoint could be an Azure Functions
Define a user schema Research a way to trigger a user creation when they authenticate for the first time
Blocked by:
9
11