kevinldg / reuse-app

Upcycling app by @Hendrik-Pils, @jore-averbeck, @kevinldg and @SarahJoyceMorgen ♻️ (Capstone Project)
https://reuse-app.vercel.app
0 stars 2 forks source link

US15 - Authentication (Login) #23

Open Hendrik-Pils opened 7 months ago

Hendrik-Pils commented 7 months ago

Value Proposition

As a user I want to be able to login to the Reuse app via Github e.g. In order to do that functions like the isFavorite-function should be exclusive to me as a logged in user

Acceptance Criteria

Inside the header:

Tasks

kevinldg commented 7 months ago

Note:

Two OAuth apps, each with one client id and one secret id have been created on GitHub. One for production, one for development.

Client ID, Secret ID (Production) -> Vercel Client ID, Secret ID (Development) -> .env.local. File

The reason for this is that an OAuth app on GitHub only allows one callback URL.