WIP: PoC demo app auth works with oidc-client-ts
This PR fixes bug #2202
- [ ] I've added a unit test to test for potential regressions of this bug.
- [ ] The changelog has been updated, if applicable.
- [ ] Commits in this PR are minimal and have descriptive commit messages.
New feature description
Checklist
- [ ] All acceptance criteria are met.
- [ ] Relevant documentation, if any, has been written/updated.
- [ ] The changelog has been updated, if applicable.
- [ ] New functions/types have been exported in
index.ts, if applicable. - [ ] Commits in this PR are minimal and have descriptive commit messages.
This PR bumps the version to
Release Steps
- Look at the CHANGELOG.md to determine whether the release should be a major, minor, or patch release. Coordinate with the team to ensure the next version is agreed upon.
- Run
npm run lerna-version -- <major|minor|patch>with the decided on version. - Update the
CHANGELOG.mdto release the latest the version, and set the release date. - Commit the changes on a
release/vX.Y.Zbranch - Push to GitHub, create a PR, and merge once CI passes.
- Create a release on GitHub for the new version, using a combination of the release notes from the
CHANGELOG.mdand the automatically generated changes.
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit d6d816233d11238738ebbf3b3bf3348b78434c82:
| Sandbox | Source |
|---|---|
| solid-client-auth-browser-demo | Configuration |
Hi @angelo-v - what is the status of this PR? Do you plan to follow up or should I close it?
@angelo-v I'm closing this as it seems stale. Feel free to re-open if you would like for work on it to be continue.
@jeswr I still find it important that solid-client-authn-js works with oidc-client-ts
Are there any updates on what was said in https://github.com/inrupt/solid-client-authn-js/issues/2202#issuecomment-1174720383 and https://github.com/inrupt/solid-client-authn-js/issues/2202#issuecomment-1381124597?