From 0bc0f751bf9e7be23dc86f44454e305583869114 Mon Sep 17 00:00:00 2001 From: Son NK Date: Sat, 3 Aug 2019 17:27:38 +0200 Subject: [PATCH] remove flask example --- .../developer/steps/step-authorization-flow.html | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app/developer/templates/developer/steps/step-authorization-flow.html b/app/developer/templates/developer/steps/step-authorization-flow.html index 5dd2bd2e..461a6d55 100644 --- a/app/developer/templates/developer/steps/step-authorization-flow.html +++ b/app/developer/templates/developer/steps/step-authorization-flow.html @@ -111,19 +111,6 @@ By default, SimpleLogin whitelists localhost address that should facilitate the local development.

-

- We have created some examples along with a step-by-step guide on some framework/libraries, - feel free to check them out: -
- - PassportJS (NodeJS) - -
- Requests-OAuthlib - (Python) - -

- Once you finished SimpleLogin integration, do not forget to add your website as valid redirect_uri on the app detail page 😀