<@498057949541826571> Is ULID supported for user i...
# general
a
@rp Is ULID supported for user ids?
r
Hey! We don’t yet support generating different types of user ids. Just v4 UUID
what’s the use case for wanting a different format?
a
sorting
r
Hmm
You could map the user ids we have with your own by overriding all the recipe functions
a
I was wondering if I could just inject an env variable with type of id to use. say ID_TYPE=ulid
r
Right yea. That’s not possible unfortunately. But feel free to open an issue about this on our GitHub (supertokens-core)
a
ok I will
5 Views