-
-
Notifications
You must be signed in to change notification settings - Fork 208
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Login System #332
Comments
For the second case, you mistyped I'm confused by what you're trying to do in the first comment, though. Wouldn't it be enough to use groups/roles and restrict who can see it based on that? |
There is a typo in the documentation itself. https://github.com/lonnieezell/myth-auth/blob/develop/docs/authentication.md#user-content-attaching-the-user-model Also, method
both codes returning same results |
Didn't think about groups/roles I think I am going to use this approach. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I am trying to use this library for two authentication systems. One for the admin panel and another one from front-end users. I have modified data migration files and the controller to accommodate that. But I am not sure how to change the table name in the library itself or inform it to use a custom name for tables.
Is it possible to go with this approach or am just wasting my time?
The text was updated successfully, but these errors were encountered: