Skip to content

Commit

Permalink
fix: tenantIds (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc authored Oct 4, 2023
1 parent 9a75dd3 commit d02c1aa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [1.17.2] - 2023-10-04

### Fixes
- Added `tenantIds` to the user objects returned by signIn, SignUp, signInUp and consumeCode APIs

## [1.17.1] - 2023-08-31

### Changed
Expand Down
18 changes: 16 additions & 2 deletions api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2202,8 +2202,12 @@ components:
userId:
type: string
example: rq238mrq2389rvq123213


tenantIds:
type: array
items:
type: string
example: public

user:
type: object
properties:
Expand All @@ -2215,6 +2219,11 @@ components:
timeJoined:
type: number
example: 1638433545183
tenantIds:
type: array
items:
type: string
example: public

email:
type: string
Expand Down Expand Up @@ -2246,6 +2255,11 @@ components:
timeJoined:
type: number
example: 1638433545183
tenantIds:
type: array
items:
type: string
example: public

thirdPartyId:
type: string
Expand Down

0 comments on commit d02c1aa

Please sign in to comment.