Skip to content

Commit

Permalink
feat: add useDynamicSigningKey to session refresh requests
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Mar 17, 2024
1 parent 7a8e02e commit df3767c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [3.1.0]

- Adds an optional `useDynamicSigningKey` to the session refresh (`POST` `/appid-<appId>/recipe/session/refresh`) request body

## [3.0.5]

- Adds GET `/appid-<appId>/requests/stats` API
Expand Down
4 changes: 3 additions & 1 deletion api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
`appid-<appId>` and `<tenantId>` in all the APIs are optional. Their default values are `appid-public` and `public` respectively
version: 3.0.5
version: 3.1.0
title: Core Driver Interface
contact:
email: [email protected]
Expand Down Expand Up @@ -2756,6 +2756,8 @@ paths:
$ref: '#/components/schemas/enableAntiCsrf'
antiCsrfToken:
$ref: '#/components/schemas/token'
useDynamicSigningKey:
type: boolean
required: [refreshToken, enableAntiCsrf]
responses:
'200':
Expand Down

0 comments on commit df3767c

Please sign in to comment.