Abstact JWT encoding/decoding
Open
enhancement
in work
- Dominant language
- Python
- Stars
- 78
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Currently package internally depends on `PyJWT` library.
Would be nice to abstact encoding/decoding/verifying of JWT to `AbstractJWTProvider` interface and implement builtin based on PyJWT.
So users will be able to rely on whatever library they wish.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.