From bee267b88ecc6fd191036d2ea1319a55b3466d77 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Wed, 7 Aug 2024 22:30:59 +0200 Subject: [PATCH] chore(oauth2): start article --- knowledge base/oauth2.md | 73 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 knowledge base/oauth2.md 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 + +