Skip to content

Commit 95760f4

Browse files
committed
Update README.md
1 parent a315d46 commit 95760f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,16 @@ and then run the tests with the provided script:
7878

7979
```
8080
./runtests.sh
81+
8182
```
8283

84+
## Notes
85+
86+
When the CSRF validation token doesn't match, django-admin-oauth2 will redirect back to the login url so it can retry the authorization step. Sometimes people will bookmark the oauth server with an out-of-date CSRF state string, this is better than showing them an error page.
87+
88+
8389
## Changelog
90+
* 0.2.6: Roundtrip original URL accessed through the oauth process so you can go to the URL you requested after the authorization process finishes. Thanks @igorsobreira.
8491
* 0.2.5: Fix bug where failing ping was not invalidating session immediately, only on the second request.
8592
* 0.2.4: Redirect to the login if the grant is invalid
8693
* 0.2.3: Redirect to the login if the state is mismatching

0 commit comments

Comments
 (0)