userdetails 썸네일형 리스트형 [삽질로그] OAuth2.0 with Spring Security기반 UserInfo 테이블 및 API 설계 1. Create URL : //user Method : POST Request Header Content-Type: application/json Request Body (format = JsonObject) Userinfo(userid, username, password, email, phone_number, address, ... ) - JsonObject secretHash HMAC(signing_key(clientSecret, sha256)[clientId + username]) - String Response If success, If failed, response is HTTP status code with customed error message 2. Read URL : //user/me .. 더보기 이전 1 다음