Having issues with using selfhosted with SSL and Docker <@498057949541826571>
s
Having issues with using selfhosted with SSL and Docker @rp_st
r
hey @Smultar our docker image does not support ssl yet. You need to run something like an nginx in front of it and then do a reverse proxy to the docker image
s
Thanks, resolved by using my traefik instance
Their is a mention of an API key in docs. Where can one go about developing/making on for the core?
s
next question
I'm reading
And both webDomain and apiDomain sound the same
Is the webDomain, where your website uses the front/internal backend to do auth stuff
Is API domain, the CORE?
r
No. Api domain is where the backend SDK is integrated into
s
Hey, I made a comparision of what was built in the NEXTJS integrations segment vs the create template.....
Their foundamentally.. different....
The NextJS section in the documention is a waste of time it seems.
r
Why do you say so? It’s pretty much the same steps
s
One tells you to init the session.
And other tells you init the session and wrap it
step two
say to head to here
after doing the first set of steps
r
Cause you have custom ui clicked in the docs.
The creat demo app uses the pre built ui
That’s the difference
If you click on the pre build ui in the docs (top right selection), you will see that the steps are the same
Anyway, I’m happy to help if you have any specific question. Thanks.
s
I went with custom UI first thing, cause I would like to use my own login screen and visuals?
r
Right. In that case, the demo app we have is different. Cause that uses the pre built ui.
s
ok
Where in the docs, can I start from absoutely scratch with my own custom UI
r
The quick setup with custom ui
s
r
Yes.
s
The steps
Are telling you how make UI with Express @rp_st
or mostly not even UI
Its mostly backend set up
No where in your docs, beside the prebuilt ui section
r
I’m not sure how to help here anymore. The docs are clear overall. Sorry.
s
Tells me how to access or use session object on a react level for it.
r
We do have the doesSessionExist function that you can use. What’s the issue here?
And the docs say that for custom ui.
s
The docs tells you to make an init
Thats IT
it doesnt tell you anywhere, where to init, how to pass its varibles into other components and such
r
I mean, see the other sections..
s
Compared to the pre-built, where it tells you to use a session wrapper in the app component.
r
There is no session wrapper for custom ui.
s
So were do you initilize the Supertokens, how do you access it custom ui components?
Hope this helps you. Good luck.
s
This is for Vue JS
r
Yea. But the overall concepts are the same
s
Vue != React
r
Yes I know…
Sorry, won’t be arguing on this anymore.
s
What you have point out to me, is claims that the documentation is correct, when it points you to nothing, then you referred to me with vueJS a vastly different frame from what NextJS is based on. In every way from rendering techniques to suspect and etc....
25 Views