8 comments

[ 20.3 ms ] story [ 366 ms ] thread
Any feedback or suggestion is welcome! Thanks.
I only see code about Post and Users. Where's the actual login/register logic?

Also, how's the JWT token is being transferred to the main app? More information on that would be great I think to include in your README.

Is this like a stand alone auth system? (eg https://github.com/openthc/sso ) or must it be embedded in app?
It can be both. a Login component (template) can be embedded or user can implement their own component and connect to AuthUI endpoints.
package.json says "license": "MIT"

Would be nice to have an explicit LICENSE file.

Added. Thanks karmakaze!