Connecting Auth0 to MongoDB

Howdy! :wave: Thanks for reading this blog post!

You can consult this document from MongoDB on how to handle special characters in your connection string:

Only a handful of special characters need conversion to percent encoding:

: / ? # [ ] @

Look for this note in the document:

image
t

There’s a link in there that takes you to a resource where you can learn how to convert the special characters