I did the following steps and I don't understand why I did not succeed on the last one :
- clone this repository
- start spring boot app
- browse to http://localhost:5002/ff4j-web-console/features
- login with
user/user
(also triedadmin/admin
andsuperuser/superuser
) - try to create new feature but got a 403 error message
I want to have the console (+api) protected by a basic authentication but I want to be able to do anything when I'm logged. How can I achieve this ? Am I missing something on how security works between spring and ff4j ?