Metadata-Version: 2.1
Name: datasette-auth-cookie-api
Version: 0.2a0
Summary: Datasette plugin that authenticates users by passing their cookies to an API
Home-page: https://github.com/simonw/datasette-auth-cookie-api
Author: Simon Willison
License: Apache License, Version 2.0
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: httpx
Requires-Dist: itsdangerous
Provides-Extra: test
Requires-Dist: datasette ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-asyncio ; extra == 'test'
Requires-Dist: asgiref (~=3.1.2) ; extra == 'test'

# datasette-auth-cookie-api

OBSOLETE: Replaced by [datasette-auth-existing-cookies](https://github.com/simonw/datasette-auth-cookie-api)


