Skip to content

Commit

Permalink
feat: use /v2/session endpoint
Browse files Browse the repository at this point in the history
ref: UUI-683
  • Loading branch information
hunger-programmer committed Jan 25, 2024
1 parent 4f94962 commit 8b513b0
Show file tree
Hide file tree
Showing 9 changed files with 196 additions and 331 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- name: Build application
run: npm run build
- name: Publish to npm
run: npm publish --access=public
run: npm publish --access=public --tag beta #TODO: To be removed, for PoC purposes only
env:
NODE_AUTH_TOKEN: ${{secrets.NPMJS_AUTHTOKEN}}
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

210 changes: 164 additions & 46 deletions __tests__/identity.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion __tests__/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const sessionResponse = {
};

const sessionNeedsToBeRefreshedResponse = {
redirectURL: 'http://example.com/test'
redirectURL: '/refresh-cookie-test'
};

const sessionServiceAccess = {
Expand Down
Loading

0 comments on commit 8b513b0

Please sign in to comment.