blibli-future / detroit

Project Detroit
5 stars 0 forks source link

Implement API authentication #8

Closed adhikasp closed 7 years ago

adhikasp commented 7 years ago

For simplicity, I think we can just use basic HTTP auth.

Tutorial I found from a 10 sec google search: http://www.baeldung.com/spring-security-basic-authentication

DitoRaharjo commented 7 years ago

Nice, let me learn it for a while, then we can try to implement it.

adhikasp commented 7 years ago

@kabal86 What is your opinion about this?

yogiehartanto commented 7 years ago

@adhikasp it's different with http://www.baeldung.com/how-to-use-resttemplate-with-basic-authentication-in-spring ?