UNPKG

supertokens-node

Version:
19 lines (12 loc) 473 B
## [10.0.1] - 2022-06-28 ### Fixes - Fixed handling of unicode characters in usermetadata (and emails, roles, session/access token payload data) ### Adds: - Adds default userContext for API calls that contains the request object. It can be used in APIs / functions override like so: ```ts signIn: async function (input) { if (input.userContext._default && input.userContext._default.request) { // do something here with the request object } } ```