8000 updated · wpcodevo/python_fastapi@2037f5c · GitHub
[go: up one dir, main page]

Skip to content

Commit 2037f5c

Browse files
committed
updated
1 parent 137dca0 commit 2037f5c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/routers/auth.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import base64
22
from datetime import timedelta
33
from typing import List
4-
from urllib import response
54
from fastapi import APIRouter, Request, Response, status, Depends, HTTPException
65
from pydantic import BaseModel, EmailStr
76

readMe.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# RESTful API with Python, FastAPI, Pydantic, SQLAlchemy and Docker
2+
3+
### 1. RESTful API with Python & FastAPI: Access and Refresh Tokens
4+
5+
[RESTful API with Python & FastAPI: Access and Refresh Tokens](https://codevoweb.com/restful-api-with-python-fastapi-access-and-refresh-tokens)

0 commit comments

Comments
 (0)
0