because I got bored of customising my CV for every job
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 3 lines 134 B view raw
1export interface IdentityProvider<TUser = unknown> { 2 authenticate(credentials: unknown | Record<string, string>): Promise<TUser>; 3}