hello-smile6

Results 244 comments of hello-smile6

Can't read this at all, but looks good! (Narrow display). What about encrypting the entire database with an environment variable's value as an optional feature?

Stepping through it with `debugger`, it looks like the browser initializes it with `closed` as `false`. Is it redefined as `true` later?

It may be caused by NodeBB, `nodebb.min.js` is running when it is set to `true`.

> Yeah when it is first created it is false, which is correct. But it is set to false by something before the timer ticks. It should only be set...

> For what it's worth, for me it prints `true` on the first tick on Github.com. Haven't tried other sites. It could be CSP.

This would be perfect for creating accounts for users who don't want to register!

I actually need auto sign-in with a preset username, so they just click a link and choose a password, but their account exists prior to login. Could that be implemented?

> @hello-smile6 > > * password-lessness, > * automatic username generation/account creation > * tight coupling with emails (e.g. deriving the username from the email address) > * URL delivery...

I don't have an emailer, I have to send emails manually via Gmail.

> user-invitations uses a magic url for registration. I could probably change it to do login too. Please do.