Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Generator do not create users service if authentication providers is local. #55

Closed
kulakowka opened this issue Feb 25, 2016 · 2 comments

Comments

@kulakowka
Copy link
Contributor

When i attempted to create application with local authentication only, generator do not create users service.

2016-02-25 22 52 42

2016-02-25 22 53 11

The configuration file is no token options:

{
  "host": "localhost",
  "port": 3030,
  "postgres": "postgres://postgres:@localhost:5432/test2",
  "public": "../public/"
}

This is normal behavior? How to create a user in this case?

When I generate an application with authentication via github (or any other oauth provider), the 'user' service is created.

@ekryski
Copy link
Member

ekryski commented Feb 25, 2016

I know what that is. Thanks for reporting. Will fix later today.

ekryski referenced this issue Feb 25, 2016
fixing when local auth is only auth
@ekryski
Copy link
Member

ekryski commented Feb 25, 2016

@kulakowka fixed in v0.6.6. Sorry about that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants