Releases: bugout-dev/web3login
Releases · bugout-dev/web3login
python/v0.0.5: EIP712 old version pin
Pinned old version of EIP712.
python/v0.0.4: FastAPI middleware supports Bearer scheme
FastAPI middleware checks the authorization header on the request. If it represents a correct format of authorization Bearer or Web3 header, adds attributes to the request.state and pass request.
python/v0.0.3: Unified authentication scheme
Unified authentication scheme, added application field.
v0.0.2: OAuth2BearerOrSignature middleware, fixed types
Added OAuth2BearerOrSignature
FastAPI middleware with support Bearer
and Moonstream
token in Authorization header. Fixed types.
Web3 Authorization v0.0.1: Initial release
Initial release provides authorization and registration schemas, CLI, FastAPI middleware.