Skip to content

Commit 654e80f

Browse files
authored
Update README.md
1 parent 1fc644a commit 654e80f

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

README.md

-25
Original file line numberDiff line numberDiff line change
@@ -91,31 +91,6 @@ Lambda Authorizer는 `serverless framework`를 사용하여 배포하며, 프론
9191
Authorization: Bearer {TOKEN}
9292
```
9393
94-
95-
## Testing
96-
이 함수를 테스트하기 위해서는 example 파일을 참조하여 주시기 바랍니다.
97-
98-
example 경로에서 `serverless deploy`로 테스트 환경을 빠르게 구축할 수 있습니다.
99-
100-
<br>
101-
102-
### 토큰 발행을 위한 요청
103-
`/POST`
104-
```
105-
# payload
106-
{
107-
"loginname": "김코딩",
108-
"password": "1234"
109-
}
110-
```
111-
112-
### 권한부여자 동작 확인
113-
`/GET`
114-
```
115-
# header
116-
Authorization: Bearer {TOKEN}
117-
```
118-
11994
## Cleanup
12095
12196
Delete the stack

0 commit comments

Comments
 (0)