https://supertokens.com/
Join Discord
Hi! This might be a dumb question but I was implementing the User Metadata feature, and added some m...
d

drixhua

about 2 years ago
Hi! This might be a dumb question but I was implementing the User Metadata feature, and added some metadata for a user. I was expecting to see the result in the supertokens user_metadata table, but seems to be empty. What does that table do then?
d
r
  • 2
  • 5
  • 9
Is it possible to change the header where the authorization bearer is placed? E.g. use st-authorizat...
t

trivialkettle

about 2 years ago
Is it possible to change the header where the authorization bearer is placed? E.g. use st-authorization instead of authorization
t
r
  • 2
  • 22
  • 9
How to associate both email and phoneno in passwordless?
u

_rajar

about 2 years ago
How to associate both email and phoneno in passwordless?
u
r
  • 2
  • 8
  • 9
Hi πŸ‘‹ I have some concerns using `SuperTokens` with a `NestJS` app. 😦 Currently `SuperTokens` sdk...
m

mansuralikoroglu

about 2 years ago
Hi πŸ‘‹ I have some concerns using
SuperTokens
with a
NestJS
app. 😦 Currently
SuperTokens
sdk is used as a
middleware
. This is also described in the
NestJS
integration documentation of
SuperTokens
. However here is how
NestJS
request-response cycle works.
request -> middleware -> guard -> interceptor (before) -> pipe -> controller -> service -> controller -> interceptor (after) -> filter (if applicable) -> response
With
SuperTokens
middleware it will work for configured
SuperTokens
routes just like below.
request -> middleware -> response
With that, some important aspects of the application might lose. 1. No
guards
called.
Guards
can be used to restrict ip address, or restrict geolocation. There will be no restrictions for
SuperTokens
routes. 2. No
interceptors
called.
Interceptors
can be used for metrics, all kind of analysis and logs. There will be no analysis about what
Supertokens
routes called with what frequency, in what times and many more. To give an example, commonly used middlewares in
NestJS
are
cors()
and
helmet()
middlewares. They do not early terminate request so
interceptors
,
guards
and other
middlewares
also run. So, current
NestJS
integration with
middlewares
does not seem right to me. What do you think about the concerns? Are there any plans to enhance
NestJS
integration?
m
r
p
  • 3
  • 23
  • 9
hi, <@498057949541826571> thirdparty signinup POST request failes with response 404 on specific user...
b

bian

about 2 years ago
hi, @rp_st thirdparty signinup POST request failes with response 404 on specific user. how can i debug this?
b
r
  • 2
  • 18
  • 9
is it possible to prevent ST from adding Authorization: Bearer TOKEN ? πŸ™‚ We're using header-based ...
k

Kvist

over 2 years ago
is it possible to prevent ST from adding Authorization: Bearer TOKEN ? πŸ™‚ We're using header-based auth, but we also have basic auth on out test sites, to prevent outsiders from snooping around πŸ˜› We're already adding the token to a custom header
k
r
  • 2
  • 29
  • 9
Hi, I am trying to implement Apple Sign In, after SDK response I have `identityToken` and `authoriza...
l

lavrd

over 2 years ago
Hi, I am trying to implement Apple Sign In, after SDK response I have
identityToken
and
authorizationCode
. Which fields do I need to fill when make request to SuperTokens? Currenly, I have following error:
the client for whom this key is for is different than the one provided
.
l
r
n
  • 3
  • 36
  • 9
<@498057949541826571> is it possible to delete all users and their data programmatically.
a

aV

over 2 years ago
@rp_st is it possible to delete all users and their data programmatically.
a
r
d
  • 3
  • 17
  • 9
Hey, How can i handle the session verification with supertokens if my App (React) is in offline mode...
l

Luca

over 2 years ago
Hey, How can i handle the session verification with supertokens if my App (React) is in offline mode?
l
r
  • 2
  • 4
  • 9
For oauth and email password, if someone sign up with different auth providers with same email, is t...
e

Erick

over 2 years ago
For oauth and email password, if someone sign up with different auth providers with same email, is this counted as different accounts? What about if they sign up with email then sign in with their oauth provider email that’s same? Curious what’s recommended behavior here and what flexibility I have
e
r
  • 2
  • 6
  • 9
Previous858687Next

SuperTokens.com

SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).

Powered by