Implementation of login endpoint.

This commit is contained in:
Florian THIERRY
2023-11-30 10:47:59 +01:00
parent 914785a29b
commit 36a7aacec7
13 changed files with 134 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
application:
security:
secretKey: "secret-key"
logging:
level:
org.springframework.security: DEBUG