devonfw / devon4j

devonfw Java stack - create enterprise-grade business apps in Java safe and fast
Apache License 2.0
82 stars 88 forks source link

adjust access control doc with quarkus authentication aspect #453

Closed lilliCao closed 2 years ago

lilliCao commented 2 years ago

Implements :

Questions/ Not yet addressed :

Closes #https://github.com/devonfw/devon4quarkus/issues/3

lilliCao commented 2 years ago
* IMHO we can extract separate guides:

  * authentication via spring-security
  * authentication via quarkus
  * authorization using JEE standards such as `@RolesAllowed` with subsections for spring and quarkus specific aspects

For authentication, I rewrote the general part, as well as created 2 separated guides for spring and quarkus For authorization, I am not sure what to add. Could you clarify a little more. Thanks @hohwille