Henri Fournier

Results 5 comments of Henri Fournier

Good options, yes. But, I'd also like a self-contained option with everything in my own DB (e.g. MongoDB) with salted password, local storage and JWT. And have the front-end code...

Ideally, I think it would be good to have any page that allows add/edit/delete locked, or at least have an "Admin" (or "Auth") page to serve as an example. So,...

@SahilTara I've looked at using MongoDB on Azure already, but since the price is based on number of Collections, I found it to be a non-option. I currently use local...

@SahilTara exactly. Actually, a typical config would look like: config.connectionString = DB_PROD_CONNECTION_STRING || 'my dev connection string'; so no changes required. In production it uses the environment variable and dev...

@bholmesdev your last bullet sounds a bit htmx-ish.