agungsugiarto / boilerplate

CodeIgniter4 Boilerplate based on AdminLTE 3 with user management, roles, permissions, ...
MIT License
158 stars 49 forks source link

Issue with myth/auth latest version #91

Closed chrisastley closed 3 years ago

chrisastley commented 3 years ago

Hi, I've recently updated composer dependencies and had an issue when myth/auth updated to a new (non-beta) version which boilerplate doesn't like to work with. I've had to temporarily fix my composer version "myth/auth": "1.0-beta.3"

agungsugiarto commented 3 years ago

Hello @chrisastley, can you make pr to switch myth/auth requirement to stable release ? Thank u.

chrisastley commented 3 years ago

92 Done. Thank you.

chrisastley commented 3 years ago

Hello @chrisastley, can you make pr to switch myth/auth requirement to stable release ? Thank u.

Any chance you can have a look at the pull request and the issue mentioned above @agungsugiarto ?

agungsugiarto commented 3 years ago

Thank u @chrisastley, already merged.

chrisastley commented 3 years ago

Did you test that authentication still works ok on your boilerplate/theme? The issue I had was that the admin user didn't seem to have permission on some custom pages although I think they where added correctly to the menu builder and routes file.