Version Packages
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-auth-node
|
||||
|
||||
## 0.6.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2389358: remove leading dot in auth cookie cleanup call
|
||||
- de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
|
||||
- b35f8b2: Fixed chunked cookie replacing edge case in OAuthCookieManager class where some of the old chunks would not get removed if new chunked cookie would have fewer chunks.
|
||||
- e9dd634: fix flawed cookie removal logic with chunked tokens
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.6.0
|
||||
|
||||
## 0.6.10-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-node",
|
||||
"version": "0.6.10-next.1",
|
||||
"version": "0.6.10",
|
||||
"backstage": {
|
||||
"role": "node-library",
|
||||
"pluginId": "auth",
|
||||
|
||||
Reference in New Issue
Block a user