AbsaOSS / login-service

AbsaOSS Common Login gateway using JWT Public key signatures
Apache License 2.0
2 stars 0 forks source link

#7 Implement JWT generation functionality and endpoint with initial dummy authentication #12

Closed jakipatryk closed 1 year ago

jakipatryk commented 1 year ago

Approach is to use Spring Security, HttpBasic authentication for now (to be integrated with AD) and token generation endpoint only for already authenticated users.

Closes #7