diff --git a/knowledge base/oauth2.md b/knowledge base/oauth2.md new file mode 100644 index 0000000..830ab50 --- /dev/null +++ b/knowledge base/oauth2.md @@ -0,0 +1,73 @@ +# OAuth 2.0 + +TODO + +Intro + + + +1. [TL;DR](#tldr) +1. [Use OAuth 2.0 in an application](#use-oauth-20-in-an-application) +1. [Further readings](#further-readings) + 1. [Sources](#sources) + +## TL;DR + + + + + + + +## Use OAuth 2.0 in an application + +Refer [Setting up OAuth 2.0]. + +## Further readings + +- [Website] +- [Main repository] + +### Sources + +- [Setting up OAuth 2.0] + + + + + + + +[main repository]: https://github.com/project/ +[website]: https://website/ +[setting up oauth 2.0]: https://support.google.com/googleapi/answer/6158849 + +