Skip to content

Commit

Permalink
feat(server): add UserMetadataService for user metadata management
Browse files Browse the repository at this point in the history
  • Loading branch information
guillempuche committed Dec 6, 2024
1 parent 6328695 commit 33ce882
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/server/src/api/user_metadata.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { Context } from 'effect'
import type UserMetadata from 'supertokens-node/recipe/usermetadata'

export class UserMetadataService extends Context.Tag('UserMetadataService')<
UserMetadataService,
UserMetadata.RecipeInterface
>() {}

0 comments on commit 33ce882

Please sign in to comment.