Skip to content

Commit

Permalink
feat: add myaccount apis
Browse files Browse the repository at this point in the history
  • Loading branch information
shuowu committed Jun 10, 2022
1 parent f79b78c commit 9dd11c1
Show file tree
Hide file tree
Showing 167 changed files with 6,751 additions and 6,564 deletions.
4 changes: 2 additions & 2 deletions .bacon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ test_suites:
script_name: e2e-express-embedded-sign-in-widget
criteria: MERGE
queue_name: small
- name: e2e-react-oie
- name: e2e-react-embedded-auth-with-sdk
script_path: ../okta-auth-js/scripts
sort_order: '12'
timeout: '20'
script_name: e2e-react-oie
script_name: e2e-react-embedded-auth-with-sdk
criteria: MERGE
queue_name: small
# Sauce labs tests are flaky due to the free account we are currently using
Expand Down
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ module.exports = {
// features that are not supported before v12 are transformed in babel.cjs.js for commonjs output
version: '>=12.0.0'
}],
'import/no-commonjs': 'error'
'import/no-commonjs': 'error',
"jsdoc/check-tag-names": 0
},
settings: {
// https://github.com/import-js/eslint-plugin-import#typescript
Expand Down
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@ This is accomplished by selecting a single tab to handle the network requests to
* [session.get](#sessionget)
* [session.refresh](#sessionrefresh)
* [idx](#idx)
* [myaccount](#myaccount)
* [token](#token)
* [token.getWithoutPrompt](#tokengetwithoutpromptoptions)
* [token.getWithPopup](#tokengetwithpopupoptions)
Expand Down Expand Up @@ -1256,6 +1257,11 @@ authClient.session.refresh()

See detail in [IDX README](docs/idx.md)

### `myaccount`

See detail in [MyAccount API README](docs/myaccount/README.md)


### `token`

#### Authorize options
Expand Down
1 change: 1 addition & 0 deletions docs/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
myaccount/**/* linguist-generated=true
68 changes: 68 additions & 0 deletions docs/myaccount/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

69 changes: 69 additions & 0 deletions docs/myaccount/classes/types.BaseTransaction.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

159 changes: 159 additions & 0 deletions docs/myaccount/classes/types.EmailChallengeTransaction.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9dd11c1

Please sign in to comment.