Skip to content

Story 7: Provide a security login layer using Spring Security #7

@ebouchut

Description

@ebouchut

Story 7: Provide a security login layer using Spring Boot:

  1. Provide Spring logging security module for the User for password and authentication.
  2. Hash the password.
  3. Authentication is required on ALL pages including home to make things simpler

Procedure

Edit pom.xml:

  • Add the Maven dependency spring-boot-starter-security
  • Add OAuth 2 Client
    <dependencies>
        <dependency>
          <groupId>springframework.boot</groupId>
          <artifactId>spring-boot-starter-oauth-clients</artifactId>
        <dependency>
        <!-- .. -->
    <dependencies>

Metadata

Metadata

Assignees

Labels

Projects

Status

Ready

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions