Releases: simonw/datasette-auth-tokens
Releases · simonw/datasette-auth-tokens
0.4a12
26 Feb 04:05
Compare
Sorry, something went wrong.
No results found
0.4a11
10 Nov 21:27
Compare
Sorry, something went wrong.
No results found
0.4a10
03 Sep 17:04
Compare
Sorry, something went wrong.
No results found
Fixed CSS for compatibility with upcoming Datasette 1.0 alpha. datasette#2417
0.4a9
20 Feb 16:36
Compare
Sorry, something went wrong.
No results found
Fixed a bug where the heading "Specific tables in specific databases" showed even for databases with no tables. #32
0.4a8
14 Feb 00:21
Compare
Sorry, something went wrong.
No results found
Fix for intermittent database is locked bug in managed tokens mode. #30
0.4a7
13 Jan 18:58
Compare
Sorry, something went wrong.
No results found
New auth-tokens-create permission governing whether users are allowed to create tokens. #24
New auth-tokens-view-all permission, granting users the ability to view tokens that they did not themselves create. #19
auth-tokens-revoke-any renamed to auth-tokens-review-all. #29
0.4a6
10 Jan 19:40
Compare
Sorry, something went wrong.
No results found
Fix for 500 bug if actors were not correctly returned. #23
0.4a5
10 Jan 19:05
Compare
Sorry, something went wrong.
No results found
Actors on the token listing page are now displayed using the actors_from_ids mechanism, if available. #22
0.4a4
26 Sep 16:18
Compare
Sorry, something went wrong.
No results found
Improvements to the create token page for managed token mode. #21
Don't show permissions-debug and debug-menu, since they don't make sense for API tokens to use.
Include short descriptions of each permission.
0.4a3
31 Aug 22:31
Compare
Sorry, something went wrong.
No results found
Token permissions are now displayed in a more human-readable way. #9
New /-/api/tokens interface for viewing and revoking managed tokens. #15
Only the creator of a token or a user with the new auth-tokens-revoke-any permission can revoke a token. #16
Tokens now record when they expired or were revoked in the new ended_timestamp column. #17
Now defaults to storing tokens in the new internal database from Datasette 1.0a5. #18