- Set total false to user attributes typed dict
- Upgrade dependencies and fix config tests (#126)
- Add maintainers file (
2f5f005
)
See all commits in this version
See all commits in this version
See all commits in this version
See all commits in this version
See all commits in this version
- Deploy action (
467fa3f
)
See all commits in this version
- error in get_session_from_url
- add a new TOKEN_REFRESHED event
- get recovery mode before notify sign in event
- remove duplicate var env in docker-compose.yml
- use str for declare Python 3.10
- use expires_in var for avoid typing warning
- use typing annotations
- use directly parse_obj instead of lambdas
- use parse_obj
- set prefix __ instead of _ for private methods
- .pre-commit-config.yaml format
- change Api by API
- change ApiError by APIError in docstrings
- change ApiError by APIError
- add Optional to identities of User
- add slack adn spotify to Provider
- remove Optional to user_metadata of User
- remove email_change_confirm_status from User
- some fixes and changes requested
- some tipe hints
- error in client update
- errors in helpers and types
- ci github action
- remove unnecessary async to on_auth_state_change
- error in remove_item of memory storage
- cycle of references between helpers and types
- use environ vars only if present
- reinstate lib init.py
- reinstate lib.constants
- readjust indent in ci.yml
- add job to github action for auto deploy
- add pre-commit hook for conventional commit
- add devcontainer.json for use github codespaces
- add X-Client-Info to default headers
- allow providing custom api and http client implementation
- add create_user and list_users
- add datetime and uuid types
- add pyupgrade pre-commit hook
- migrate types to pydantic models
- unify logic of __recover_session and__recover_and_refresh
- uuid4().hex instead of str(uuid4()) in _sync client
- uuid4().hex instead of str(uuid4())
- add --ignore-init-module-imports to .pre-commit-config.yaml
- add end-of-file-fixer to .pre-commit-config.yaml
- use asdict of dataclasses for to_dicts
- use annotations from future
- add identities to User
- use reflection for parsing dataclasses
- implement and use cli for unasync
- force the use of keyword parameters
- generate tests for sync client
- add Make rule for infra
- add pre-commit system for check Pythonic style
- add context manager support
- implement sync/async support with httppx and unasync
- add poetry to CI action and add dependabot config file
- synchronize implementation of GoTrueClient
- add CookieOptions to constructor of GoTrueApi
- implement SupportedStorage abstract storage and MemoryStorage storage
- implement Subscription type
- implement AuthChangeEvent enum
- implement CookieOptions type
- add types to API class and align implementation with gotrue-js
- add new types, implement to_dicts and align files with gotrue-js
- implement dataclasses with methods for parsing