From 4bb987a8bb20259aa2a7715cd9cf37b321fbeddc Mon Sep 17 00:00:00 2001 From: Giovanni Cimolin Date: Fri, 3 May 2024 10:36:07 +0200 Subject: [PATCH] remove before merge --- .github/workflows/gh-pages.yml | 2 +- docs/index.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 21252e9e..a8837b83 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,7 +3,7 @@ name: Publish Docs to GitHub Pages on: push: branches: - - develop + - giovanni/gh-pages-ci-job jobs: build: diff --git a/docs/index.md b/docs/index.md index 4a674fed..58fd40eb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,5 @@ # Django-Rest-Knox + Knox provides easy-to-use authentication for [Django REST Framework](https://www.django-rest-framework.org/) The aim is to allow for common patterns in applications that are REST based, with little extra effort; and to ensure that connections remain secure. @@ -29,3 +30,6 @@ into DRF. However, it overcomes some problems present in the default implementat - DRF tokens track their creation time, but have no inbuilt mechanism for tokens expiring. Knox tokens can have an expiry configured in the app settings (default is 10 hours.) + + +_This documentation was automatically deployed using GitHub Actions_ \ No newline at end of file