2.1.11 (2021-09-28)
Breaking changes
- user.raw_app_meta_data["provider"] returns array type instead of string
- access_token payload contains "identities" field which returns all external oauth providers associated to a user
Bug Fixes
- add identities to access token jwt payload (d84e553)
- add identity model (68feb34)
- add logic to sign-in based on identity (00b0c0a)
- add valuer & scanner interfaces to claims (4baa809)
- fetch provider id on external provider flow (7fb2158)
- migration: create identities table (d16b889)
- raw_app_meta_data returns all providers associated to user (06de241)
- update migration to use provider & id as primary key (93bcbcc)