From 5df90a1ab3b86cb6c6e5103f40c1dac0642f917b Mon Sep 17 00:00:00 2001 From: francobollo Date: Tue, 25 Mar 2025 15:10:29 +0100 Subject: [PATCH] Update OAuth documention link Just updated the link to the new doc url: https://fastht.ml/docs/explains/oauth.html --- oauth_example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oauth_example/README.md b/oauth_example/README.md index c8b18e4..8b6ae8a 100644 --- a/oauth_example/README.md +++ b/oauth_example/README.md @@ -1,6 +1,6 @@ # OAuth Examples -This directory contains some examples of OAuth in action. See the [docs](https://docs.fastht.ml/explains/oauth.html) for a more detailed explanation. +This directory contains some examples of OAuth in action. See the [docs](https://fastht.ml/docs/explains/oauth.html) for a more detailed explanation. - minimal.py - initializes an OAuth client and retrieves the user's profile, displaying it in the browser after a successful login. - oa.py - a minimal example showing use of the OAuth class, gating access to the homepage to users with answer.ai email addresses. @@ -13,4 +13,4 @@ These examples require two environment variables to be set. Run with: export AUTH_CLIENT_ID=your_client_id export AUTH_CLIENT_SECRET=your_client_secret python minimal.py -``` \ No newline at end of file +```