aidanlynde / Python-FastAPI-TEMPLATE

1 stars 0 forks source link

Create User Authentication #1

Closed aidanlynde closed 5 months ago

aidanlynde commented 5 months ago

Title: Implement User Authentication with Firebase

Description: Implement a user authentication system using Firebase Authentication in our FastAPI application. The system will allow users to log in with their email and password, generating a custom token upon successful authentication. This task includes setting up the necessary endpoints, error handling, and debugging.

Tasks:

  1. Setup Firebase Authentication:
  1. Implement /token Endpoint:
  1. Implement /users/me Endpoint (In Progress):
  1. Testing and Debugging:

Current Status:

aidanlynde commented 5 months ago

Implemented urbanagface next.js webapp, to do: