Skip to content

Commit

Permalink
Merge pull request #7 from iotile/simple-jwt
Browse files Browse the repository at this point in the history
Add SimpleJWT authentication support, cleanups
  • Loading branch information
dmaone authored Jul 16, 2021
2 parents 107ea1f + 828116c commit 1ddec9b
Show file tree
Hide file tree
Showing 14 changed files with 235 additions and 231 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,6 @@ dmypy.json

# Pyre type checker
.pyre/

# IDEs
.vscode
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All major changes in each released version of the archfx-cloud plugin are listed here.

## 0.11.0

- Support Django SimpleJWT authentication variety
- Fix scenario where base URL not ending with slash will create invalid URL paths
- Use session for storage of authentication headers
- Code modernization and cleanups

## 0.10.3

- Fix bug where slug expansion produces malformed slugs
Expand Down
Loading

0 comments on commit 1ddec9b

Please sign in to comment.