gianlucafrei
gianlucafrei
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade com.nimbusds:nimbus-jose-jwt from 9.21 to 9.22. :information_source: Keep your dependencies up-to-date....
Currently we have a bit of anarchy when it comes to bean naming convention. We should implement the following approach for all types of beans (shortName + postfix from variable...
Currently we Nelly only supports to load a config file from the local filesystem. We should add the option to load a configuration file via HTTPS. -> Add a new...
For mobile apps a cookie-based session mechanism is cumbersome to implement. Also, in contrast to a web-browser we can store a long term credential on a mobile device. Therefore we...
Write a tutorial on how to secure an application with OAG. - [x] Azure - [ ] AWS - [ ] GCP - [ ] On-Premise
We should document all settings from the configuration file in the wiki (https://github.com/gianlucafrei/nellygateway/wiki) Some are already implemented - [x] Routes - [x] Login providers - [x] Session Behaviour - [x]...
Create a public website for Nellygateway - Can be a very simple website - Explain briefly what Nelly is and how it is helpful - Link to GitHub and Dockerhub
Currently csrf protection is only possible for authenticated users. However, if the application handles any kind of session management by itself it would be useful to also have a way...