Skip to content

Commit

Permalink
remove before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannicimolin committed May 3, 2024
1 parent de938a1 commit 4bb987a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Docs to GitHub Pages
on:
push:
branches:
- develop
- giovanni/gh-pages-ci-job

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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_

0 comments on commit 4bb987a

Please sign in to comment.