Skip to content

Commit

Permalink
Add siwa response fields to docs (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Oberwasserlechner committed Aug 26, 2020
1 parent 3053dd0 commit a4d59ff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,19 @@ export class SiwaComponent implements OnInit {

And show the button only if `siwaSupported` is `true`.

The response contains these fields:

```
"id"
"given_name"
"family_name"
"email"
"real_user_status"
"state"
"id_token"
"code"
```

#### iOS <12

not supported
Expand Down

0 comments on commit a4d59ff

Please sign in to comment.