Add documentation explaining authentication in the backend (#1963)

* Add documentation explaining authentication in the backend

* Link newly added document to mkdocs and app documentation

Co-authored-by: Govindarajan Nagarajan <govindarajan.nagarajan@zalando.de>
This commit is contained in:
Govind
2020-08-17 12:39:51 +02:00
committed by GitHub
parent 1ab9dd8acd
commit 1aac6f1fb3
3 changed files with 125 additions and 1 deletions
+1
View File
@@ -70,6 +70,7 @@ nav:
- Overview: 'auth/index.md'
- Add auth provider: 'auth/add-auth-provider.md'
- Auth backend: 'auth/auth-backend.md'
- Auth backend class structure: 'auth/auth-backend-classes.md'
- OAuth: 'auth/oauth.md'
- Glossary: 'auth/glossary.md'
- Designing for Backstage: