Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/issue 17 #19

Merged
merged 3 commits into from
Aug 27, 2020
Merged

Feature/issue 17 #19

merged 3 commits into from
Aug 27, 2020

Commits on Aug 26, 2020

  1. WebFluxSecurity - base configuration.

    Victor N. Skurikhin authored and Victor N. Skurikhin committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    3a49525 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. 2. Model

    use hasRole at @PreAuthorize (at section 7. http API in this article), by default you have to add ROLE_ prefix.
    See https://docs.spring.io/autorepo/docs/spring-security/5.3.1.RELEASE/reference/html5/#el-access for more info.
    Victor N. Skurikhin authored and Victor N. Skurikhin committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    f417e70 View commit details
    Browse the repository at this point in the history
  2. 2. Model

    create User POJO that implementing UserDetails.
    Victor N. Skurikhin authored and Victor N. Skurikhin committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    23b4ac7 View commit details
    Browse the repository at this point in the history