mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
News: Single sign-on against GitHub using ASGI middleware
This commit is contained in:
parent
d224ee2c98
commit
afc2e4260a
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ Datasette is aimed at data journalists, museum curators, archivists, local gover
|
|||
|
||||
## News
|
||||
|
||||
* 13th July 2019: [Single sign-on against GitHub using ASGI middleware](https://simonwillison.net/2019/Jul/14/sso-asgi/) talks about the implementation of [datasette-auth-github](https://github.com/simonw/datasette-auth-github) in more detail.
|
||||
* 7th July 2019: [Datasette 0.29](https://datasette.readthedocs.io/en/stable/changelog.html#v0-29) - ASGI, new plugin hooks, facet by date and much, much more...
|
||||
* [datasette-auth-github](https://github.com/simonw/datasette-auth-github) - a new plugin for Datasette 0.29 that lets you require users to authenticate against GitHub before accessing your Datasette instance. You can whitelist specific users, or you can restrict access to members of specific GitHub organizations or teams.
|
||||
* [datasette-cors](https://github.com/simonw/datasette-cors) - a plugin that lets you configure CORS access from a list of domains (or a set of domain wildcards) so you can make JavaScript calls to a Datasette instance from a specific set of other hosts.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue