rpgkeeper icon indicating copy to clipboard operation
rpgkeeper copied to clipboard

Google Account appears to be sole log-in method

Open n8willis opened this issue 4 years ago • 3 comments

Looking at the dot-com site, the beta site, and the various docs, it seems as though a Google Account is the only login method supported. That certainly keeps at least some potential users at bay. If there are alternatives, it would be great to document them. If there aren't any yet, it would be helpful to at least have somewhere to track what would be necessary to plug in another auth method.

n8willis avatar Feb 07 '22 14:02 n8willis

Currently, Google is the only login method. However, we are using passport.js under the hood which means that, theoretically, we could support a wide variety of login.

In practice, we might need to do some database work to store the required information from the various account types, as well as improve the UI. Not huge challenges, but work that needs to be done.

(As far as .com vs the beta site; I need to promote beta to production; the .com site's very long in the tooth at this point. I just haven't sat down to jump through the hoops required to do to upgrade.)

Morgul avatar Feb 07 '22 14:02 Morgul

Haven't looked into that library myself, although I might find a bit of time. As far as hooking login to the internal user schema is concerned, is there anything mandatory other than a working email address?

n8willis avatar Feb 17 '22 10:02 n8willis

Nope. Email's the only mandatory thing.

Morgul avatar Feb 17 '22 14:02 Morgul