-
Notifications
You must be signed in to change notification settings - Fork 3
fix(refresh-token): add retry mechanism with back off to emit new AT #199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
0eab151
d079fbf
2c4c42f
23fa7c2
31056df
dbdb8e0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,15 @@ | ||||||
| name: build_test | ||||||
|
|
||||||
| on: [push, pull_request] | ||||||
| jobs: | ||||||
| build: | ||||||
| runs-on: ubuntu-latest | ||||||
| steps: | ||||||
| - uses: actions/checkout@v3 | ||||||
| with: | ||||||
| fetch-depth: 0 | ||||||
| - uses: actions/setup-node@v3 | ||||||
| with: | ||||||
| node-version: 18 | ||||||
| - run: yarn install | ||||||
|
||||||
| - run: yarn install | |
| - run: yarn install --frozen-lockfile |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,15 @@ | ||||||
| name: jest | ||||||
|
|
||||||
| on: [push, pull_request] | ||||||
| jobs: | ||||||
| build: | ||||||
| runs-on: ubuntu-latest | ||||||
| steps: | ||||||
| - uses: actions/checkout@v3 | ||||||
| with: | ||||||
| fetch-depth: 0 | ||||||
| - uses: actions/setup-node@v3 | ||||||
| with: | ||||||
| node-version: 18 | ||||||
| - run: yarn install | ||||||
smarcet marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| - run: yarn install | |
| - run: yarn install --frozen-lockfile |
Uh oh!
There was an error while loading. Please reload this page.