SBASAPPA18 / Ride-Sharing-FastApi

FastAPI-based ride-sharing service to manage drivers and riders, match riders with nearby drivers, and calculate ride costs. Features include adding drivers and riders, starting and completing rides, and handling ride cancellations. Built with FastAPI and Uvicorn.
1 stars 0 forks source link

Feat: implement basic security and then oauth 2 #4

Open JayGhiya opened 1 week ago

JayGhiya commented 1 week ago

https://fastapi.tiangolo.com/tutorial/security/

JayGhiya commented 1 week ago

https://fastapi.tiangolo.com/tutorial/security/simple-oauth2/