https://supertokens.com/
Join Discord
Hey <@498057949541826571> I've had a case that our administrator deactivate user on our dashboard. T...
u

[CATs] ya ong | [GUnS] bakins

over 1 year ago
Hey @rp_st I've had a case that our administrator deactivate user on our dashboard. The expectation is to kick the customer out of the app. To do this, we need to invalidate the access token that user used by that time. After we implement access token blacklisting, we can't force sign out customer as we don't have user token when deactivating user is performed by administrator. Question, is removing sessions for user would handle those case ^? Or is there any other mechanism that Supertoken provide to handle that?
u
r
  • 2
  • 22
  • 36
How to override default styling that has !important on it in the prebuilt UI? The Google Icon has an...
z

zhef.

almost 2 years ago
How to override default styling that has !important on it in the prebuilt UI? The Google Icon has an extra margin left for some reason
z
r
p
  • 3
  • 12
  • 36
Hi.. we are using cookie based auth, class Onboarding(APIView): @method_decorator(verify_sessio...
n

Namratha

about 2 years ago
Hi.. we are using cookie based auth, class Onboarding(APIView): @method_decorator(verify_session()) def put(self,request,role): user_id = request.supertokens.get_user_id() print("User_id: ", user_id) It is giving error as "request doesn't have supertoken" I want to access session in class based sync function
n
r
m
  • 3
  • 14
  • 36
Hello 👋 First of all, thank you very much for this great product 🚀 I was wondering if it was pos...
t

tinque1

about 2 years ago
Hello 👋 First of all, thank you very much for this great product 🚀 I was wondering if it was possible to switch my cloud instance to ipv6? Thank you in advance.
t
r
k
  • 3
  • 17
  • 36
Is there an easy way to bypass passwordless authentication for security scans? We were looking to us...
p

puff6248

over 2 years ago
Is there an easy way to bypass passwordless authentication for security scans? We were looking to use zap just in our development environment for security testing but wasnt sure on the best way for it to bypass auth. We were thinking we might just have to create another login page thats username/password for the zap user.
p
r
  • 2
  • 4
  • 36
When i shift my vue frontend to a public domain, I can not login anymore. I get an log error "WebSoc...
d

derbernd

over 2 years ago
When i shift my vue frontend to a public domain, I can not login anymore. I get an log error "WebSocket connection to ... failed". The logs from the backend are okay. In the dashboard a new token is shown, but the frontend did not recieve this. I use vue behinde Traefik with the cors middleware. Do I have to add more options to Traefik?
d
r
  • 2
  • 17
  • 36
Hello everyone I have been trying to find a solution for many days, but without success. Please help...
d

denism1104

over 2 years ago
Hello everyone I have been trying to find a solution for many days, but without success. Please help me fix this error: ( ERROR [ExceptionHandler] Please make sure that the apiDomain and websiteDomain have correct values)
d
r
  • 2
  • 18
  • 36
with postman
r

rp_st

over 2 years ago
How can I make Postman send session tokens in requests if the sign-in request is not sending cookies in the response?
r
  • 1
  • 2
  • 36
Hi there, I am thinking about using supertokens for our intenal admin app. We don't want to allow ou...
j

jamalm8656

over 2 years ago
Hi there, I am thinking about using supertokens for our intenal admin app. We don't want to allow our users to signup, but want to create users through the user management dashboard. Is that supported?
j
n
  • 2
  • 5
  • 36
Auth Redirection - is there a version of this that I can use for supertokens-web-js? Also have the s...
k

Kranos

over 2 years ago
Auth Redirection - is there a version of this that I can use for supertokens-web-js? Also have the same question for setting
useShadowDom: false
import SuperTokens from "supertokens-auth-react";
import ThirdPartyEmailPassword from "supertokens-auth-react/recipe/thirdpartyemailpassword";

SuperTokens.init({
    appInfo: {
        apiDomain: "...",
        appName: "...",
        websiteDomain: "...",
    },
    recipeList: [
        ThirdPartyEmailPassword.init({
            getRedirectionURL: async (context) => {
                if (context.action === "SUCCESS") {
                    if (context.redirectToPath !== undefined) {
                        // we are navigating back to where the user was before they authenticated
                        return context.redirectToPath;
                    }
                    return "/dashboard";
                }
                return undefined;
            }
        }),
    ]
});
k
r
  • 2
  • 1
  • 36
Previous333435Next

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