-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! split auth into 3 pages, improve sidebar
Signed-off-by: Miroslav Bajtoš <[email protected]>
- Loading branch information
Showing
7 changed files
with
54 additions
and
10 deletions.
There are no files selected for viewing
8 changes: 3 additions & 5 deletions
8
...migration/authentication-authorization.md → docs/site/migration/auth/built-in.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
--- | ||
lang: en | ||
title: 'Migrating authentication and authorization' | ||
title: 'Migrating built-in authentication and authorization' | ||
keywords: LoopBack 4.0, LoopBack 4, LoopBack 3, Migration | ||
sidebar: lb4_sidebar | ||
permalink: /doc/en/lb4/migration-authentication-authorization.html | ||
permalink: /doc/en/lb4/migration-auth-built-in.html | ||
--- | ||
|
||
TODO: explain how to migrate: | ||
|
||
- built-in models (User, AccessToken, ACL) | ||
- authentication | ||
- authorization | ||
- built-in models (User, AccessToken, ACL) | ||
- loopback-component-oauth2 | ||
- loopback-component-passport |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
lang: en | ||
title: 'Migrating OAuth2 provider' | ||
keywords: LoopBack 4.0, LoopBack 4, LoopBack 3, Migration | ||
sidebar: lb4_sidebar | ||
permalink: /doc/en/lb4/migration-auth-oauth2.html | ||
--- | ||
|
||
TODO: explain how to migrate apps using loopback-component-oauth2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
lang: en | ||
title: 'Migrating authentication and authorization' | ||
keywords: LoopBack 4.0, LoopBack 4, LoopBack 3, Migration | ||
sidebar: lb4_sidebar | ||
permalink: /doc/en/lb4/migration-auth-overview.html | ||
--- | ||
|
||
TODO: High-level description of the following migration steps: | ||
|
||
- built-in models (User, AccessToken, ACL), authentication & authorization | ||
- apps using loopback-component-passport | ||
- apps using loopback-component-oauth2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
lang: en | ||
title: 'Migrating Passport-based authentication' | ||
keywords: LoopBack 4.0, LoopBack 4, LoopBack 3, Migration | ||
sidebar: lb4_sidebar | ||
permalink: /doc/en/lb4/migration-auth-passport.html | ||
--- | ||
|
||
TODO: explain how to migrate apps using loopback-component-passport |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters