Files
backstage/plugins/auth-backend
Raghunandan Balachandran 2112095487 Merge pull request #1062 from spotify/refactor-google-providder
Auth Backend: Refactor google provider
2020-05-29 09:55:58 +02:00
..
2020-05-15 15:06:42 +02:00
2020-05-28 21:55:39 +02:00
2020-05-22 12:50:54 +02:00
2020-05-15 15:06:42 +02:00

Auth Backend

WORK IN PROGRESS

This is the backend part of the auth plugin.

It responds to auth requests from the frontend, and fulfills them by delegating to the appropriate provider in the backend.

Requirements

Needs AUTH_GOOGLE_CLIENT_ID and AUTH_GOOGLE_CLIENT_SECRET set in the environment for the backend to startup

Local development

export AUTH_GOOGLE_CLIENT_ID=<INSERT_CLIENT_ID_HERE> read -r AUTH_GOOGLE_CLIENT_SECRET <COPY_PASTE_CLIENT_SECRET_HERE> export AUTH_GOOGLE_CLIENT_SECRET run yarn start in packages/backend folder