https://supertokens.com/ logo
#support-questions
Title
# support-questions
s

Supreme Commander

06/22/2022, 8:46 AM
Hi folks, Does Supertokens support authorize 3rd-party applications. Auth0 provides a solution for this use case: https://auth0.com/docs/get-started/applications/dynamic-client-registration And there is nothing wrong with it, the only thing that take me back is that the Social Login is only available during trial and your solution is open source!
r

rp

06/22/2022, 8:52 AM
hey @Supreme Commander
Can you give an example of what exactly you want to do?
s

Supreme Commander

06/23/2022, 9:00 AM
hey
I have a Shopify App who needs to authorize 3rd party clients
It's called Mineshop and is goal is to full fill the gap between Shopify and Minecraft
So I need that Minecraft Server request authorisation to interact with my API
It's all built on NextJs as well as for the Server Side, I was thinking taking advange of the Vercel
The current flow is the follwing:
The store owner installs the app trough the Shopify Markteplace, so I gain information about is shop and the attached user
r

rp

06/23/2022, 9:21 AM
im not familiar with shopify. Can you describe this from a technical point of view?
s

Supreme Commander

06/23/2022, 9:21 AM
After confirm the installation, the store owner is redirected to the dashboard, and at this point it needs to authorize it's minecraft server
Do you wanna see the auth flow?
r

rp

06/23/2022, 9:21 AM
yea please.
s

Supreme Commander

06/23/2022, 9:22 AM
I implemented this in NextJs as is described on this diagram!
What I need now is a way to authorize a 3rd party application
r

rp

06/23/2022, 9:23 AM
with supertokens?
right. We are not an oauth provider.
s

Supreme Commander

06/23/2022, 9:23 AM
No, with Shopify OAuth Library
r

rp

06/23/2022, 9:23 AM
SO if the third party is expecting your app to be an open id / oauth provider, you wll have to use something else on top of supertokens
s

Supreme Commander

06/23/2022, 9:24 AM
Does your solution does not implement OpenId Connect on top of OAuth 2?
r

rp

06/23/2022, 9:25 AM
yup. Not yet.
we are working on it.. but will be a few months
we do integrate with OAuth providers, but we are not ourselves an OAuth provider.
s

Supreme Commander

06/23/2022, 9:26 AM
hmm so no way to do this with super tokens
:/
I looked into Auth0 and they have that, but is to expensive just to use social login
Even so I do have a question
How do you exactly do session management I belive this was on supertokens website
s

Supreme Commander

06/23/2022, 9:31 AM
ahahaah Our firewall as just blocked supertokens website
r

rp

06/23/2022, 9:31 AM
oh damn.. why?
i mean what error does it give?
s

Supreme Commander

06/23/2022, 9:32 AM
connection reset
r

rp

06/23/2022, 9:32 AM
huh..
thats vague
are you using sophos?
s

Supreme Commander

06/23/2022, 9:33 AM
watchdogs
r

rp

06/23/2022, 9:33 AM
hmm
s

Supreme Commander

06/23/2022, 9:33 AM
watchguard sorry
always mixing up the name kkk
r

rp

06/23/2022, 9:33 AM
well, im not sure what we can do about that
s

Supreme Commander

06/23/2022, 9:34 AM
I am sure it's just a false positive
r

rp

06/23/2022, 9:34 AM
oh yea..
s

Supreme Commander

06/23/2022, 9:35 AM
watchguard can be too overprotective...
anyway thx for your time
I will be looking forward to hear news from supertokens
r

rp

06/23/2022, 10:36 AM
sounds good!
s

Supreme Commander

06/24/2022, 9:01 AM
@rp is post login hooks available?
r

rp

06/24/2022, 9:01 AM
yes
which recipe are you using?
s

Supreme Commander

06/24/2022, 9:36 AM
Social Login + PasswordLess
s

Supreme Commander

06/24/2022, 9:48 AM
thx
is there already a planned date to launch the thing that we talk about to authorize 3rd party applications
r

rp

06/24/2022, 9:54 AM
a few months. Not entierly sure.
2 Views