Skip to content

Releases: simonw/datasette-auth-tokens

0.4a12

26 Feb 04:05
1bb3b8a

Choose a tag to compare

0.4a12 Pre-release
Pre-release

0.4a11

10 Nov 21:27
42076c3

Choose a tag to compare

0.4a11 Pre-release
Pre-release

0.4a10

03 Sep 17:04

Choose a tag to compare

0.4a10 Pre-release
Pre-release
  • Fixed CSS for compatibility with upcoming Datasette 1.0 alpha. datasette#2417

0.4a9

20 Feb 16:36

Choose a tag to compare

0.4a9 Pre-release
Pre-release
  • 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

Choose a tag to compare

0.4a8 Pre-release
Pre-release
  • Fix for intermittent database is locked bug in managed tokens mode. #30

0.4a7

13 Jan 18:58

Choose a tag to compare

0.4a7 Pre-release
Pre-release
  • 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

Choose a tag to compare

0.4a6 Pre-release
Pre-release
  • Fix for 500 bug if actors were not correctly returned. #23

0.4a5

10 Jan 19:05

Choose a tag to compare

0.4a5 Pre-release
Pre-release
  • Actors on the token listing page are now displayed using the actors_from_ids mechanism, if available. #22

0.4a4

26 Sep 16:18

Choose a tag to compare

0.4a4 Pre-release
Pre-release

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

Choose a tag to compare

0.4a3 Pre-release
Pre-release
  • 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