Kaizen Today I Learned by Ville Säävuori

Posts tagged realm

Integrating MongoDB Realm Auth With Nuxt Auth

I’ve been playing with MongoDB Realm lately and my last exercise was to integrate the Realm Auth with Nuxt Auth. They both implement a standard Oauth2 workflow but turns out making them work together wasn’t as straightforward as one might think. MongoDB Realm And [Google] OAuth 2.0 From the documentation:

· Read the full article →

Automatic Last Modified Field With MongoDB

MongoDB Realm is a great Firebase alternative that is backed by a “proper” database. I was missing automatic created_at and last_modified_at helpers from Django in a MongoDB project so I implemented them using triggers. Turns out it wasn’t as straightforward as I thought but still pretty simple in the end.

· Read the full article →