mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
659d0974f7 | ||
|
|
e8304eeeb4 | ||
|
|
dca9d26c66 |
@@ -1,3 +1,7 @@
|
|||||||
|
# [0.60.0](https://gitlab.com/openstapps/core/compare/v0.59.0...v0.60.0) (2022-01-21)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [0.59.0](https://gitlab.com/openstapps/core/compare/v0.58.0...v0.59.0) (2022-01-20)
|
# [0.59.0](https://gitlab.com/openstapps/core/compare/v0.58.0...v0.59.0) (2022-01-20)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@openstapps/core",
|
"name": "@openstapps/core",
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@openstapps/core",
|
"name": "@openstapps/core",
|
||||||
"version": "0.60.0",
|
"version": "0.61.0",
|
||||||
"description": "StAppsCore - Generalized model of data",
|
"description": "StAppsCore - Generalized model of data",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Model",
|
"Model",
|
||||||
|
|||||||
@@ -47,16 +47,6 @@ export interface SCAuthorizationProviderClient {
|
|||||||
*/
|
*/
|
||||||
clientId: string;
|
clientId: string;
|
||||||
|
|
||||||
/**
|
|
||||||
* Authorization provider requires PKCE
|
|
||||||
*/
|
|
||||||
pkce: boolean;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Redirct URL for after finishing authentication
|
|
||||||
*/
|
|
||||||
redirect: string;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Scopes to request
|
* Scopes to request
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user