-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auth doc refactor #5598
Auth doc refactor #5598
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jannyHou, thanks for the refactoring. There are some broken links in the sidebar file, I assume you'll add it later?
strategy, the diagram below shows how such authentication process works with | ||
LoopBack's authentication mechanism. | ||
|
||
![authentication_overview_request_handle_flow](./imgs/authentication/authentication-overview.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there're extra icons at the bottom right. Could you please remove that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The diagram is created kinda in a rush, I will draw it again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dhmlau I updated the diagram.
docs/site/Authentication-overview.md
Outdated
authentication. | ||
- [How to create your own authentication strategy](missing_link): Particularly | ||
for extension developers. | ||
- [Use [Passport](https://www.npmjs.com/package/passport) strategies](missing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix missing link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dhmlau sure, I am creating sub-PRs to update each page, and eventually the links will all be updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 Glad to see that we started working on it! The PR LGTM once the typos are fixed. Just have a suggestion.
055f2b7
to
b9ae852
Compare
b2d3ef6
to
122f83e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've reviewed Authentication-overview.md.
4c34722
to
eed4321
Compare
eed4321
to
5059507
Compare
Links to #5294
The first auth doc refactor PR: overview page
Please review file docs/site/Authentication-overview.md ONLY, the others files are merged from other PRs.
Checklist
👉 Read and sign the CLA (Contributor License Agreement) 👈
npm test
passes on your machinepackages/cli
were updatedexamples/*
were updated👉 Check out how to submit a PR 👈