-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
Routes read from Myth's config instead of App's config (ie: will not read App AuthController) #9
Comments
I'll try to look into that one tonight, as it sounds like a CodeIgniter issue itself. It's been a bit since I worked on that code, but I'm thinking it auto-discovers other routes after parsing the existing ones and I need to adjust how it merges the two... |
Ok, I'll let you know if I find something myself. So far it seems there's some namespace problems. |
I will say that you're brave for attempting to use this package currently. :) But I do appreciate someone else actually helping point out bugs, since I haven't managed to put in enough time to get it wrapped up, yet. Most of the testing I had done on it was on the authentication portions, not the groups. Though, if you were able to start submitting pull requests for these I could get them incorporated faster. :) |
Sounds good, but I still have to figure out how all of the "Diff world" works. |
Just pushed some code in CodeIgniter repo that should fix this. Give it a whirl and let me know, please. |
Although routes are correctly set in App\Config\Routes.php, somehow routes are being loaded from Myth\Auth\Config\Routes.php.
I got to notice this while trying to only allow access to Admin for registering new users.
The text was updated successfully, but these errors were encountered: