v0.15.0
What's Changed
- fix: Merge conflicts in thirdparty rework by @KShivendu in #367
- fix: Linters errors and format by @KShivendu in #368
- test: use_dynamic_access_token_signing_key should work as expected by @KShivendu in #371
- feat: Router changes to handle tenant id by @KShivendu in #364
- fix: Update multitenancy recipe by @KShivendu in #372
- feat: Add multitenancy claim by @KShivendu in #373
- fix: Make tenant id compulsory in TypeGetAllowedDomainsForTenantId by @KShivendu in #374
- refactor: Pass default user context for APIs in the framework middleware itself by @KShivendu in #365
- fix: Make config optional by @KShivendu in #377
- fix: Userroles recipe multitenancy features by @KShivendu in #375
- fix: Make tenant id compulsory in userroles by @KShivendu in #378
- test: Add test for multitenant userroles by @KShivendu in #379
- fix: Add multitenancy features to emailpassword recipe by @KShivendu in #376
- feat: All changes related to passwordless multitenancy by @KShivendu in #380
- test: Add test for access token validation by @KShivendu in #384
- feat: Session recipe multitenancy changes by @KShivendu in #381
- feat: Add multitenancy for dashboard recipe by @KShivendu in #382
- fix: Emailverification send email functions with multitenancy by @KShivendu in #383
- feat: Add reset password email functions by @KShivendu in #385
- fix: Add tenant id in config functions by @KShivendu in #386
- fix: Update dashboard recipe based on multitenancy by @KShivendu in #387
- fix: Set tenant_id as None by default in ep and userroles functions by @KShivendu in #388
- fix: Linter errors in tests after multitenancy by @KShivendu in #393
- fix: Clean up thirdparty recipe and make it consistent with other python recipes by @KShivendu in #395
- fix: Multitenancy tests for all the recipes by @KShivendu in #396
- fix: Remove error handlers from multitenancy recipe by @KShivendu in #398
- fix: Add tenant id in global claim validators by @KShivendu in #399
- refactor: Make tenant id compulsory in all recipe functions by @KShivendu in #400
- fix: allowed domain claim and some typos by @KShivendu in #405
- allows empty provider list by @KShivendu in #406
- fix: user info map by @KShivendu in #407
- refactor: Remove core config from dashboard tenants list response by @KShivendu in #401
- fix: handle tenant not found error by @KShivendu in #403
- fix: Fix tenant id being passed in the wrong order for password update functions by @KShivendu in #402
- fix: bitbucket gitlab impl and other fixes by @KShivendu in #404
- fix: apple redirect by @KShivendu in #416
- chores: Update CHANGELOG to mention multitenancy and thirdparty changes by @KShivendu in #417
- fix: Minor changes to finish multitenancy TODO items by @KShivendu in #418
- fix: thirdparty rework & multitenancy by @sattvikc in #276
- fix: Docs building by @KShivendu in #421
- test: Fix failing unit tests by @KShivendu in #423
- fix: Linter and formatter failures by @KShivendu in #424
Full Changelog: v0.14.8...v0.15.0