Nest Oidc Provider Versions Save

oidc-provider module for Nest framework (node.js)

2.0.0-next.3

2 months ago
  • test(e2e): use async/await and add --runInBand flag (591670f)
  • fix: use eval to skip dynamic import transpilation (bcb9960)
  • chore: makes nodejs restriction more flexible (c527def)
  • ci(test): update nodejs version matrix (89c7e93)
  • ci(test): fix pnpm install command (35b41b1)
  • ci(test): setup pnpm before setup node (4510f8c)
  • ci(test): update test workflow to use node >18 and pnpm (7ddf326)
  • docs(README): update docs to v2.0.0 (d9b9cc8)
  • fix: add oidc-provider as a peer dependency (058d7f0)
  • fix: export only public constants (10a647e)
  • docs(example): update example to use @next release (b85f07e)

2.0.0-next.2

2 months ago
  • feat: add support for oidc-provider@8 (f59ce6f)
  • docs(example): add .well-known link in home page (50bcba0)
  • docs: ask for oidc-provider version in bug report (5f86346)
  • docs(example): update oidc-provider version to ^7.13.0 (7ec8b11)
  • build: update oidc-provider version to ^7.13.0 in dev dependencies (8902879)
  • ci: add node version 18.x in CI workflow (f97654b)
  • docs(example): update Nest to version ^9.2.0 (ba68589)

1.1.1

1 year ago
  • build: fix minimum node version in package.json (1605f7e)
  • docs: fix bug report issue template (2bb14c1)
  • docs(example): improve example project to show login errors in homepage (1c9ac44)
  • Merge pull request #14 from adrianbrs/dependabot/npm_and_yarn/example/jose-4.9.3 (c858b6f)
  • Merge pull request #13 from adrianbrs/dependabot/npm_and_yarn/jose-4.9.3 (d562fff)
  • build(deps): bump jose from 4.4.0 to 4.9.3 in /example (4498646)
  • build(deps): bump jose from 4.4.0 to 4.9.3 (2b6faab)
  • Merge pull request #12 from adrianbrs/issue-templates (e70202b)
  • docs: add issue templates (869dad9)
  • docs(changelog): update change log to v1.1.0 (d0e915d)

1.1.0

1 year ago

Features

  • add factory property to module options (c7c4a06)
  • add proxy property to module options (75697ee), closes #9

1.0.7

1 year ago
  • docs: update CHANGELOG.md (d8f02b8)
  • Merge pull request #7 from adrianbrs/dependabot/npm_and_yarn/ejs-3.1.8 (7ed4236)
  • Merge pull request #6 from adrianbrs/dependabot/npm_and_yarn/example/got-11.8.5 (e620403)
  • build(deps): bump ejs from 3.1.6 to 3.1.8 (f768b3d)
  • Merge pull request #5 from adrianbrs/dependabot/npm_and_yarn/parse-url-6.0.2 (aa1a10d)
  • build(deps): bump got from 11.8.3 to 11.8.5 in /example (2068487)
  • build(deps): bump parse-url from 6.0.0 to 6.0.2 (282948c)
  • Merge pull request #4 from adrianbrs/dependabot/npm_and_yarn/example/follow-redirects-1.14.9 (770aafc)
  • Merge pull request #3 from adrianbrs/dependabot/npm_and_yarn/example/ansi-regex-3.0.1 (2d95118)
  • Merge pull request #2 from adrianbrs/dependabot/npm_and_yarn/minimist-1.2.6 (941989a)
  • build(deps): bump follow-redirects from 1.14.7 to 1.14.9 in /example (527db1a)
  • build(deps): bump ansi-regex from 3.0.0 to 3.0.1 in /example (7010daa)
  • build(deps): bump minimist from 1.2.5 to 1.2.6 (0c948f3)
  • Merge pull request #1 from adrianbrs/dependabot/npm_and_yarn/follow-redirects-1.14.9 (26ebb06)
  • build(deps): bump follow-redirects from 1.14.7 to 1.14.9 (9ddbc2f)
  • docs: add downloads badge on readme (4ab3c9d)

1.0.6

2 years ago
  • build: disable sourcemaps in tsconfig.build.json (d1ddc67)

1.0.5

2 years ago
  • build: move conventional-changelog-cli to devDependencies (c4558eb)

1.0.4

2 years ago
  • build: fix .npmignore (c07db0b)

1.0.3

2 years ago
  • docs: add changelog (8513fe5)
  • docs: fix typo in readme (892ef4d)

1.0.2

2 years ago
  • ci: codeql-analysis.yml (822a807)
  • docs: change the "listening on" log message of the example app (05bc189)
  • docs: update example app dependencies (048a54f)
  • docs: improvements in README.md (b01ff4e)
  • docs: improvements in package.json (ea7c03e)
  • docs: create an example app inside example folder (6cb678c)
  • refactor: use getContext from the oidcService in getSession (f9d68cc)
  • style: lint oidc-context.pipe.ts (f83a280)
  • test: lint tests (4eb67f3)
  • ci: use yarn cache (42f0cda)
  • ci: create test.yml (990e2cd)
  • test: add unit tests and improve tests in general (625ef38)
  • refactor: remove path provider (48fe9ca)
  • fix: handle versioning in url properly (5c35623)
  • refactor: remove unused type abstract-config (27d3fac)