ts-oauth2-server icon indicating copy to clipboard operation
ts-oauth2-server copied to clipboard

A standards compliant implementation of an OAuth 2.0 authorization server for Node that utilizes JWT and Proof Key for Code Exchange (PKCE), written in TypeScript.

Results 18 ts-oauth2-server issues
Sort by recently updated
recently updated
newest added

Here is an implementation of the device authorization grant. (need more tests and docs before release, this pull request now is a work in progress, now just want to show...

stale

I have copied the example `prisma_express` from here: https://github.com/jasonraimondi/ts-oauth2-server/tree/master/examples/prisma_express I have then added a client and a user in my database and i'm trying to use postman to connect however...

documentation
good first issue

According to [RFC 6749 section 4.1.2](https://www.rfc-editor.org/rfc/rfc6749#section-4.1.2), > If an authorization code is used more than once, the authorization server MUST deny the request and SHOULD revoke (when possible) all tokens...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.1 to 5.1.7. Changelog Sourced from vite's changelog. 5.1.7 (2024-03-24) fix: fs.deny with globs with directories (#16250) (5a056dd), closes #16250 5.1.6 (2024-03-11) chore(deps): update all non-major dependencies...

dependencies

Bumps [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) from 9.0.5 to 9.0.6. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jsonwebtoken&package-manager=npm_and_yarn&previous-version=9.0.5&new-version=9.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.3. Release notes Sourced from typescript's releases. TypeScript 5.4.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.0.0-rc.42 to 1.0.2. Release notes Sourced from vitepress's releases. v1.0.2 Please refer to CHANGELOG.md for details. v1.0.1 Please refer to CHANGELOG.md for details. v1.0.0 Please refer to...

dependencies

Bumps [fastify](https://github.com/fastify/fastify) from 4.26.0 to 4.26.2. Release notes Sourced from fastify's releases. v4.26.2 What's Changed fix: typo in module exports by @​lirantal in fastify/fastify#5316 docs(ts): Fix links by @​rozzilla in...

dependencies

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.2.2 to 1.4.0. Release notes Sourced from vitest's releases. v1.4.0    🚀 Features Throw error when using snapshot assertion with not  -  by @​fenghan34 in vitest-dev/vitest#5294 (b9d37) Add...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies