home / content / releases

releases: 23433797

This data as json

html_url id author node_id tag_name target_commitish name draft prerelease created_at published_at body repo reactions mentions_count
https://github.com/simonw/datasette-auth-existing-cookies/releases/tag/0.6 23433797 9599 MDc6UmVsZWFzZTIzNDMzNzk3 0.6 master 0.6 0 0 2020-02-06T06:09:06Z 2020-02-06T06:23:37Z The previous release always forwarded the `?host=` header on to the authentication API. This release no longer does that by default, but instead allows you to configure one or more headers that should be passed on in a similar way - issue #10. To get back the same behavior as release 0.5, use this configuration: ```json { "plugins": { "datasette-auth-existing-cookies": { "api_url": "http://www.example.com/user-from-cookies", "auth_redirect_url": "http://www.example.com/login", "original_cookies": ["sessionid"], "headers_to_forward": ["host"] } } } ``` 236110759    

Links from other tables

  • 0 rows from release in assets
Powered by Datasette · Queries took 0.971ms