-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Blacklist settings docs #308
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,10 @@ tokens submitted to the refresh view will be added to the blacklist. | |
When set to ``True``, causes refresh tokens submitted to the | ||
``TokenRefreshView`` to be added to the blacklist if the blacklist app is in | ||
use and the ``ROTATE_REFRESH_TOKENS`` setting is set to ``True``. | ||
You need to add ``'rest_framework_simplejwt.token_blacklist',`` to your | ||
``INSTALLED_APPS`` in the settings file to use this settings. | ||
|
||
Learn more about :doc:`/blacklist_app`. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shouldn't this be a :ref:, not a link? (Not good with docs). Otherwise, I think it's ok to add this. Just capitalize "Django" or remove the word entirely to be in accordance with DSF. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Sure, I think removing it would be better. So, removed it. :) It looks like this. ref: https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#role-doc Maybe enabling Read the Docs pull request builder would be great for reviewing docs.:) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey @saadmk11 Never heard of it, but if you'd like to help incorporate that to, I'd love to see it! Would make my life easier :) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Andrew-Chen-Wang Sure! 👍 It's fairly simple you just need to enable it from Read the Docs dashboard. More details here: https://docs.readthedocs.io/en/stable/guides/autobuild-docs-for-pull-requests.html Would love to contribute to this project, I'm new to this codebase but I'll look through some issues. :) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Awesome! I may be a maintainer, but I don't have access to bumping versions, PyPi, and RTD so if there is anything that we do need to enable externally from GitHub, please let me know as only David has those aforementioned capabilities! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nope, you need to enable the option that I mentioned from the RTD dashboard. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Again, I don't have that capability. It was just a future reference in that you'll need to tell me detailed of what to enable. |
||
|
||
``UPDATE_LAST_LOGIN`` | ||
---------------------------- | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a little typo here. It should be "...in the settings file to use this setting." In your version, the word "settings" at the end of the sentence is incorrectly pluralized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davesque 👍 #310