diff --git a/examples/3rd-party-oauth-login/README.md b/examples/3rd-party-oauth-login/README.md index 63d86447b..307529831 100644 --- a/examples/3rd-party-oauth-login/README.md +++ b/examples/3rd-party-oauth-login/README.md @@ -11,6 +11,7 @@ https://github.com/miroapp/app-examples/assets/10428517/fef43c9f-d528-4787-8c66- - [Included Features](#features) - [Tools and Technologies](#tools) - [Prerequisites](#prerequisites) +- [Associated Developer Tutorial](#tutorial) - [Run the app locally](#run) - [Folder Structure](#folder) - [Contributing](#contributing) @@ -36,6 +37,10 @@ https://github.com/miroapp/app-examples/assets/10428517/fef43c9f-d528-4787-8c66- - Your development environment includes [Node.js 14.13](https://nodejs.org/en/download) or a later version. - All examples use `npm` as a package manager and `npx` as a package runner. +# 📖 Associated Developer Tutorial + +> See the full [developer tutorial](https://developers.miro.com/docs/log-in-to-a-third-party-service-using-oauth) on Miro's Developer documentation for a code analysis and more detailed walkthrough of the app logic. + # 🏃🏽‍♂️ Run the app locally 1. Run `npm install` to install dependencies.