is there a current way to add Multiple login metho...
# general
m
is there a current way to add Multiple login methods (social) to 1 user ?
r
m
oh thats linking
r
yup
m
darn it .. i was hopeing to get away with with selfhosting .. as i build opensource
r
it can be used with self hosted
but, it is a paid feature nonetheless
m
ya but apparently i need a licence
yep
r
yup.
m
smart to gate that 🙂 regardless great product non the less
quick hack question
if i add that to the metadata .. is that queryable ? by default ?
r
it is. But at the moment, we don't allow search via metadata fields.
m
i really just need it for a bot implementation .. as people enque llm quants via discord .. but eventually already have an account .. so my thinking was f the auth .. just use there discord id
but the bot would need a way to resolve that
hmm is that a planned feature ? i assume that would need to be exposed on the java core
r
it is a planned feature. However, until then, you can store metadata against the user id we issue in your own db and search it there
m
ya .. thats what i try to avoid .. - separation of consirns .. i want to isolate that fully
i understand that i just can hack a new id onto it and then go raw sql
but .. i rather not
any eta on that feature ?
r
no eta yet. Sorry
m
all good - thank you anyway
a other question while i have you here
do jwt's time out in a m2m scenario ?
r
you can configure them to be any lifetime you want
m
can i do that on a per jwt basis ?
r
yea
m
lets goo - amazing
i know im milking what opensource support usually is jwt can be role based too ?
r
any claims you want
m
ok .. thats all from my end - thanks again and sorry for beeing a pest
ah smart response.addProperty("primaryUserId", e.recipeUser.getSupertokensOrExternalUserId()); you just add the primary user to the auth
is this all a 1 man operation ?
if so .. damn
r
we do have a team of amazing engineers!
4 Views