Compare commits

...

3 Commits

Author SHA1 Message Date
Rainer Killinger
7509610145 0.59.0 2022-01-20 14:20:15 +01:00
Rainer Killinger
972cdf392d refactor: make config auth provides be optional 2022-01-20 14:18:50 +01:00
Rainer Killinger
4f758f7d0c docs: update changelog 2022-01-18 15:13:06 +01:00
5 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
# [0.58.0](https://gitlab.com/openstapps/core/compare/v0.57.0...v0.58.0) (2022-01-18)
# [0.57.0](https://gitlab.com/openstapps/core/compare/v0.56.0...v0.57.0) (2022-01-18)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@openstapps/core",
"version": "0.58.0",
"version": "0.59.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@openstapps/core",
"version": "0.58.0",
"version": "0.59.0",
"description": "StAppsCore - Generalized model of data",
"keywords": [
"Model",

View File

@@ -78,7 +78,7 @@ export interface SCAuthorizationProviderEndpoints {
authorization: string;
/**
* An authorization provider endpoints configuration
* URL to end current session
*/
endSession?: string;

View File

@@ -31,7 +31,7 @@ export interface SCConfigFile {
/**
* Configuration for the supported authorization providers
*/
auth: { [key in SCAuthorizationProviderType]: SCAuthorizationProvider; };
auth: { [key in SCAuthorizationProviderType]?: SCAuthorizationProvider; };
/**
* Configuration for the backend that is visible to clients