This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a5b9aa
commit f9d8e88
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,10 @@ provides four shortcodes: | |
|
||
```{"id":"08c13e12e52369451876","verified":true,"affiliation":"Service Member","email":"[email protected]","first_name":"Ed","last_name":"Snider","phone":"5555555555","zip":"12345","service_ended":null,"service_started":null}``` | ||
|
||
- returned JSON has recently changed. New example: | ||
|
||
```{"id":"08c13e12e52369451876","verified":true,"affiliation":"Service Member","email":"[email protected]","fname":"Ed","lname":"Snider","phone":"5555555555","zip":"12345","service_ended":null,"service_started":null}``` | ||
|
||
### Installation | ||
1. Upload the released zip file using the plugin uploader in WordPress. Plan to list in WordPress extend/plugins in near future. | ||
2. [Sign up with ID.me to provision your application and get both your client_id and client_secret.](https://developer.id.me/developers/sign-up "ID.me Developer Signup") | ||
|