I have a general question. How high of a priority is MongoDB login?
It’s been quite a while since I’ve seen any updates so I thought I might just ask here.
r
rp_st
09/06/2024, 6:51 AM
hey @dinko7 we do not plan on contriubting to it anytime soon. Maybe next to next year. Not sure
z
zealous_lemur_76732
09/30/2024, 10:51 AM
Hey @dinko7 , I'm also exploring self hosting of the core using MongoDB. As authentication via mongo is not supported by supertokens, are you using something else along side supertokens ?
r
rp_st
09/30/2024, 11:12 AM
hey @zealous_lemur_76732 most people with this use case don't use self hosted and go for the managed service. Or else, they spin up a mysql / postgresql database for the self hosted core.
z
zealous_lemur_76732
09/30/2024, 12:24 PM
hey @rp_st , yes, it makes totally sense. I have a special use case in which I'm not allowed to use any SQL (So only MongoDB or neo4j) and it needs to be self hosted. Just wondering if it is possible to plug in another authentication to the core ? (I was thinking about implementing it in our existing next.js adding NextAuth)
r
rp_st
09/30/2024, 12:55 PM
Not possible at the moment.
d
dinko7
10/01/2024, 8:59 PM
I decided to self hosted Pocketbase for auth, but you can also use Firebase or Supabase auth as well.
I’m not planning on rolling out my own auth.