aio-libs / aiohttp-security

auth and permissions for aiohttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do you need help?

bitnom opened this issue · comments

I would like to offer some help going through these PRs and issues. This package is really important to me.

I'll check if the CI can be sorted with one of the open PRs, and see what else needs sorting.

The last thing I was looking at was #371, but wanted feedback from @asvetlov as to what the intended design was, as the documentation says the identity should be str, but one of the examples uses int. If we make it flexible to allow any type though, then we lose type safety, I can't see any way to make the API generic without resorting to Any.

OK, up and running again.
First thing we need to do is remove the ignore at:
https://github.com/aio-libs/aiohttp-security/blob/master/setup.cfg#L8
And add 3.11 to:
https://github.com/aio-libs/aiohttp-security/blob/master/.github/workflows/ci.yaml#L52

And fix all the errors that appear.