add a skeleton service for auth

This commit is contained in:
Raghunandan
2020-05-15 13:02:25 +02:00
parent 16df7e9ce0
commit 7cbd6f5b20
14 changed files with 322 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# 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.
## Links
- (The Backstage homepage)[https://backstage.io]