@spica-devkit/identity 0.9.15 → 0.9.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,13 @@ export interface Strategy {
13
13
  title: string;
14
14
  }
15
15
  export interface LoginWithStrategyResponse {
16
+ /**
17
+ * Login url of the identity provider that is necessary to start the login process.
18
+ */
16
19
  url: string;
20
+ /**
21
+ * Observable that sends the token of the user has logged in
22
+ */
17
23
  token: Observable<string>;
18
24
  }
19
25
  interface InitializeOptions {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spica-devkit/identity",
3
3
  "license": "AGPLv3",
4
- "version": "0.9.15",
4
+ "version": "0.9.16",
5
5
  "description": "Identity package for Spica.",
6
6
  "author": "spica",
7
7
  "keywords": [