Skip to content

Releases: bugout-dev/web3login

python/v0.0.5: EIP712 old version pin

11 Mar 05:47
061d6c0
Compare
Choose a tag to compare

Pinned old version of EIP712.

python/v0.0.4: FastAPI middleware supports Bearer scheme

24 Nov 10:09
133ad53
Compare
Choose a tag to compare

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

14 Oct 16:53
6400e93
Compare
Choose a tag to compare

Unified authentication scheme, added application field.

v0.0.2: OAuth2BearerOrSignature middleware, fixed types

10 Oct 11:05
b75ac11
Compare
Choose a tag to compare

Added OAuth2BearerOrSignature FastAPI middleware with support Bearer and Moonstream token in Authorization header. Fixed types.

Web3 Authorization v0.0.1: Initial release

14 Sep 18:53
Compare
Choose a tag to compare

Initial release provides authorization and registration schemas, CLI, FastAPI middleware.