- REFACTOR: remove custom http client, dev can pass whatever client they wish. (93215f85)
- FEAT: use djangoflow_oauth package as foundation to build OAuthProvider for odoo oauth. (545e867b)
- REFACTOR: Use FlutterWebAuth2Options in PKCE auth. (6af4478d)
- FEAT: Add web support for PKCE auth. (c72fa769)
- REFACTOR: rethrow error from authenticate method. (a392e870)
- FEAT: Add PKCE authentication support to be used for odoo. (ed89c051)
- REFACTOR: update logout method in OdooSSOAuthenticator. (1571255d)
- FEAT: add djangoflow_odoo_oauth package. (38e1625a)
- TODO: Describe initial release.