Spaces:
Running
Running
Commit ·
e33e681
1
Parent(s): e513e35
- prompt.txt +9 -0
prompt.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
common.py
|
| 2 |
+
|
| 3 |
+
여기에 dictionary 정보를 JWT로 만드는 모듈을 만들어 줘.
|
| 4 |
+
|
| 5 |
+
내 최종 목적은
|
| 6 |
+
@router.post("/login_register")
|
| 7 |
+
api 에서
|
| 8 |
+
update insert가 끝나면, 클라이언트한테
|
| 9 |
+
유저 정보를 JWT 토큰으로 만들어서 보내는거야.
|