netbox/netbox/users
Arthur Hanson c42b209f79 8853 Prevent the retrieval of API tokens after creation (#10645)
* 8853 hide api token

* 8853 hide key on edit

* 8853 add key display

* 8853 cleanup html

* 8853 make token view accessible only once on POST

* Clean up display of tokens in views

* Honor ALLOW_TOKEN_RETRIEVAL in API serializer

* Add docs & tweak default setting

* Include token key when provisioning with user credentials

Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-11-02 12:45:00 -04:00
..
admin Closes #9074: Enable referencing the current user when evaluating permission constraints 2022-07-01 13:34:10 -04:00
api 8853 Prevent the retrieval of API tokens after creation (#10645) 2022-11-02 12:45:00 -04:00
graphql Fixes #7814: Fix restriction of user & group objects in GraphQL API queries 2021-11-12 08:23:58 -05:00
migrations Documentation & clenaup for #9536 2022-06-23 12:15:02 -04:00
tests Closes #10031: Enforce 'application/json' content type for REST API requests 2022-08-24 15:49:36 -04:00
__init__.py Initial push to public repo 2016-03-01 11:23:03 -05:00
constants.py Closes #9074: Enable referencing the current user when evaluating permission constraints 2022-07-01 13:34:10 -04:00
filtersets.py Add description filter for Token & ObjectPermission 2022-02-25 18:15:33 +01:00
forms.py 8853 Prevent the retrieval of API tokens after creation (#10645) 2022-11-02 12:45:00 -04:00
models.py 8853 Prevent the retrieval of API tokens after creation (#10645) 2022-11-02 12:45:00 -04:00
preferences.py Add tests & cleanup 2021-12-22 09:51:31 -05:00
tables.py 8853 Prevent the retrieval of API tokens after creation (#10645) 2022-11-02 12:45:00 -04:00
urls.py Closes #9708: Render user API tokens in a table 2022-07-11 15:43:59 -04:00
utils.py 9669 sanitize social auth usernames (#10549) 2022-10-05 11:50:47 -04:00
views.py 8853 Prevent the retrieval of API tokens after creation (#10645) 2022-11-02 12:45:00 -04:00