AdrianoLMRS / Website

Um site de aluguel de propriedade para um cliente
1 stars 0 forks source link

User authentication #3

Closed AdrianoLMRS closed 5 days ago

AdrianoLMRS commented 6 days ago

🛡️ Authentication

📝 Description

The application requires users to authenticate before proceeding to payment with Stripe. This ensures secure transactions and personalized access.

🔧 Requirements

  1. Login System:
    Implement a user login system using secure authentication methods.

  2. Stripe Integration:
    Ensure Stripe payments are only accessible to authenticated users.

📋 Tasks

🖼️ Flow Diagram


flowchart TD
    Start[Start] --> |Unauthenticated| Login[Login Page]
    Login --> |Authenticated| Payment[Stripe Payment Page]
    Payment --> Success[Payment Success]
    Payment --> Failure[Payment Failure]
AdrianoLMRS commented 6 days ago

Integrate with 0auth

AdrianoLMRS commented 5 days ago

Auth0 already integrated with commit 0Auth integrated in /login.

New issue : #4