- Add anonymous user flag
- Add options for UI locales
- Support detect cancel in authorization flow #575
- Ignore fragment when parsing redirect_uri to obtain correct authorization code #584
- Allow configuring OIDC
prompt
- Support anonymous user
- Fix asset upload on React Native Android
- Fix rollup bundle warning
- Content-Type is required while uploading asset in React Native
- Remove MFA API
- Rename full access scope name
- Remove currentIdentity
- Change shape Identity
- Do not reject promise if user cancels authorization #573
- New auth ui support
- Use Chrome Custom Tabs for SSO in React Native Android
- Update example instructions
- Update MFA step names
- Support server version >= 2.3.0 only
- Updated container.configure functions with app and gears endpoint support
- Rename api namespace from
auth
toclassAuth
, developer should callskygear.classAuth
for auth api. Useskygear.auth
for new auth ui.
- No changes
- Add isManuallyVerified flag
- Support Sign in with Apple SSO
- Add identity APIs
- Update for new SSO flow
- Export validation errors types and functions
- Remove realm with API
- Use FormData for uploading asset
- Export encodeQuery and encodeQueryComponent
- Add back missing title in CHANGELOG
- Document how to consume script tag from unpkg.com
- Update api-documenter
- Update typescript
- Update eslint
- Update build time dependencies
- Add validation error typings
- Implement asset gear SDK API
- Add requestPhoneVerification
- Allow ignoring error in logout
- Update error shape
- Use otpauthURI and qrCodeImageURI from server response
- Add script bundle to published package
- Rename
defaultContainer
todefault
. - Merge container and namespace in script tag bundle.
- Add MFA API
- Update Sesson API
- Return User in SSO link operation
- Versioned documentation
- Handle unexpected errors correctly
- Update for new session mechanism
- Update for new session mechanism
- Remove trailing slash in configure()
- Introduce options and default values for containers constructor
- Refactor ContainerStorage
- Support
defaultContainer.fetch
for calling microservices
- Fix auth action request body is not serialized
- Replace SkygearErrorCode with SkygearErrorName
- Improve error decoding
- Support json and query for common HTTP methods
- Add encodeQueryComponent and encodeQuery
- Add BaseAPIClient.get
- Make apiClient a type parameter so that WebContainer can be extended with extended WebAPIClient.
- Rename
@skygear/node
to@skygear/node-client
- Create GitHub release
- Experimental release