Open bilogic opened 2 years ago
I found an issue in my code, but an authentication example is still welcomed :) I will leave this issue open, please feel free to close it. Thank you.
Hello, good time. After installing the package, you must create a user in the database. After that you should read this part https://easypanel.netlify.app/manage-administrators#authentication-strategy You must give the user ID to this command to be recognized as an admin.
Hi,
I like that this admin panel doesn't come integrated with its own authentication. However, I wasn't able to get things going. When I loaded
/admin
, it literally redirects tohttp://admin
, and I can't quite figure out what the issue is. It was a fresh Laravel installation.Perhaps can add an example of how to include a basic authentication setup in the installation steps?
Thank you.