Versions in this module Expand all Collapse all v0 v0.19.0 Jun 4, 2024 Changes in this version + const RECIPE_ID + func AfterEach() + func BeforeEach() + func ClearUserMetadata(userID string, userContext ...supertokens.UserContext) error + func GetUserMetadata(userID string, userContext ...supertokens.UserContext) (map[string]interface{}, error) + func Init(config *usermetadatamodels.TypeInput) supertokens.Recipe + func UpdateUserMetadata(userID string, metadataUpdate map[string]interface{}, ...) (map[string]interface{}, error) + type Recipe struct + Config usermetadatamodels.TypeNormalisedInput + RecipeImpl usermetadatamodels.RecipeInterface + RecipeModule supertokens.RecipeModule + func GetRecipeInstanceOrThrowError() (*Recipe, error) + func MakeRecipe(recipeId string, appInfo supertokens.NormalisedAppinfo, ...) (Recipe, error)