Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2025-05-19 Kenton Varda M─┐ [main] {origin/main} {origin/HEAD} Merge pull request #32 from threepointone/patch-1
- 2025-05-19 Sunil Pai │ o remove unused type import from example
- 2025-05-16 Kenton Varda M─┤ Merge pull request #31 from threepointone/main
- 2025-05-15 Sunil Pai │ o Update pnpm-lock.yaml
- 2025-05-15 Sunil Pai │ o remove explicit imports from `@cloudflare/workers-types`
- 2025-04-30 Christian Sparks M─┤ Merge pull request #28 from cloudflare/release/0.0.5
- 2025-04-30 Christian Sparks │ o {origin/release/0.0.5} 0.0.5
- 2025-04-30 Kenton Varda M─┤ Merge pull request #27 from cloudflare/prevent-pkce-downgrade-attack
- 2025-04-30 Glen Maddern │ o Mitigated PKCE Downgrade Attack
- 2025-04-30 Kenton Varda M─│─┐ Merge pull request #26 from cloudflare/validate-redirect-on-authorize
- 2025-04-30 Glen Maddern │ │ o Validating redirect_uri on authorize
- 2025-04-29 Glen Maddern o─┴─┘ 0.0.4
- 2025-04-28 Glen Maddern o 0.0.4-1
- 2025-04-24 Glen Maddern o Added a new apiHandlers property that lets you specify more than one API handler
- 2025-04-10 Glen Maddern M─┐ Merge pull request #22 from cloudflare/glen/onerror-callback
- 2025-04-10 Glen Maddern │ o <v0.0.3> 0.0.3
- 2025-04-10 Glen Maddern │ o Added test coverage
- 2025-04-10 Glen Maddern │ o Made the behaviour from PR #20 just the default onError callback
- 2025-04-10 Glen Maddern │ o Added onError callback
- 2025-03-24 Kenton Varda M─┤ Merge pull request #16 from cloudflare/kenton/beta
- 2025-03-24 Glen Maddern │ o {origin/kenton/beta} fix typo
- 2025-03-24 Kenton Varda │ o EXPERIMENTAL -> Beta
- 2025-03-19 Kenton Varda M─┤ Merge pull request #13 from cloudflare/kenton/gpu-go-brrr
- 2025-03-19 Kenton Varda │ o Revise AI section in readme.
- 2025-03-20 Glen Maddern M─┤ Merge pull request #12 from cloudflare/fixing-ci
- 2025-03-20 Glen Maddern │ o switching GH action to PNPM
- 2025-03-20 Glen Maddern M─┤ Merge pull request #11 from cloudflare/v0.0.2
- 2025-03-20 Glen Maddern │ o {origin/v0.0.2} <v0.0.2> 0.0.2
- 2025-03-20 Glen Maddern │ o Switching to public access
- 2025-03-19 Kenton Varda M─┤ Merge pull request #10 from cloudflare/add-prettier
- 2025-03-20 Glen Maddern │ o Ran prettier over whole project
- 2025-03-19 Glen Maddern │ o Added prettier config, but haven't run it
- 2025-03-20 Glen Maddern M─┤ Merge pull request #9 from cloudflare/kenton/access-token-callback
- 2025-03-18 Kenton Varda │ o Ask Claude to configure github action to run tests.
- 2025-03-18 Kenton Varda │ o Small tweak -- move 'now' to where it's used.
- 2025-03-18 Kenton Varda │ o Remove trailing whitespace.
- 2025-03-18 Kenton Varda │ o Ask Claude to extend `tokenExchangeCallback` to allow customizing the access token TTL.
- 2025-03-18 Kenton Varda │ o Ask Claude to rename token exchange callback return properties.
- 2025-03-18 Kenton Varda │ o Ask Claude to fix bug with token exchange callback when reusing refresh token.
- 2025-03-18 Kenton Varda │ o Ask Claude to implement a token exchange callback.
- 2025-03-18 Kenton Varda │ o Update vitest to 3.0.8.
- 2025-03-19 Glen Maddern M─│─┐ Merge pull request #8 from cloudflare/v0.0.1
- 2025-03-17 Glen Maddern │ o─┘ {origin/v0.0.1} Initially publishing it as "restricted"
- 2025-03-17 Glen Maddern M─┤ Merge pull request #7 from cloudflare/kenton/tweak-readme
- 2025-03-14 Kenton Varda │ o Tweak the readme.
- 2025-03-17 Glen Maddern M─│─┐ Merge pull request #1 from cloudflare/npm-prep
- 2025-03-14 Glen Maddern │ │ o Fix type issues on calling defaultHandler
- 2025-03-12 Glen Maddern │ │ o Restructured for tsup to produce JS
- 2025-03-12 Glen Maddern │ │ o Using pnpm and adding package lock
- 2025-03-13 Kenton Varda M─┼─┘ Merge pull request #4 from cloudflare/kenton/redirect-uri-requirement
- 2025-03-12 Kenton Varda │ o Drive-by: Ask Claude to stop mocking FormData.
- 2025-03-12 Kenton Varda │ o Ask Claude to make redirect_uri optional on token exchanges with PKCE.
- 2025-03-11 Kenton Varda o─┘ MIT license
- 2025-03-07 Kenton Varda o Ask Claude to fully implement the implicit flow.
- 2025-03-07 Kenton Varda o Manually fix a bunch of type errors -- props is required by ExecutionContext.
- 2025-03-07 Kenton Varda o Ask Claude to fix the last test.
- 2025-03-07 Kenton Varda o Remove mock crypto.subtle.digest().
- 2025-03-07 Kenton Varda o Ask Claude to write tests.
- 2025-03-07 Kenton Varda o Manually fix a bug Claude left behind earlier.
- 2025-03-07 Kenton Varda o Ask Claude to implement CORS as needed by public clients.
- 2025-03-07 Kenton Varda o Ask Claude to add support for "public" clients.
- 2025-03-07 Kenton Varda o Ask Claude to validate client registrations better.
- 2025-03-07 Kenton Varda o Ask Claude whether token requests can be JSON.
- 2025-03-07 Kenton Varda o Manually re-order metadata to match RFC 8414 for easier review.
- 2025-03-07 Kenton Varda o Ask Claude to add support for scopes_supported from a new constructor option.
- 2025-03-07 Kenton Varda o Manually make `parseAuthRequest` async.
- 2025-03-07 Kenton Varda o Manually simplify choosing wrappedKeyToUse.
- 2025-03-07 Kenton Varda o Manually remove unimplemented 'expiresIn' option.
- 2025-03-07 Kenton Varda o Manually remove some irrelevant comments.
- 2025-03-07 Kenton Varda o Manually remove GET_CLIENT symbol.
- 2025-03-07 Kenton Varda o Manually use PImpl pattern to hide private methods of OAuthProvider.
- 2025-03-07 Kenton Varda o Manually fix type of `registrationEndpoint`.
- 2025-03-07 Kenton Varda o Manually refactor: Move `accessTokenData` assignment down to consolidate initialization.
- 2025-03-07 Kenton Varda o Manually specify types for all KV get() return values.
- 2025-03-07 Kenton Varda o Manually fix bug propagating `encryptedProps` to access token record.
- 2025-03-07 Kenton Varda o Remove more trailing whitespace.
- 2025-03-07 Kenton Varda o Ask Claude to remove redundant `encryptionIv`.
- 2025-03-07 Kenton Varda o Manually switch key-wrapping format from 'jwk' to 'raw'.
- 2025-03-07 Kenton Varda o Manually remove unused functions.
- 2025-03-07 Kenton Varda o Cleanup trailing whitespace.
- 2025-03-05 Kenton Varda o Ask Claude to remove the "backup" encryption key.
- 2025-03-05 Kenton Varda o Ask Claude to update the storage schema for the new encrypted `props`.
- 2025-03-05 Kenton Varda o Ask Claude to store the props encrypted.
- 2025-03-05 Kenton Varda o Ask Claude to make OAuthProvider.getClient() module-private using symbols.
- 2025-03-05 Kenton Varda o Ask Claude to extend `apiRoute` so it can be an array with multiple routes.
- 2025-03-05 Kenton Varda o Ask Claude to make it so endpoint URLs can be just paths.
- 2025-03-05 Kenton Varda o Manually clean up that last readme change a bit.
- 2025-03-05 Kenton Varda o Ask Claude to make it so the handlers can be `WorkerEntrypoint`s.
- 2025-03-05 Kenton Varda o Declare dependency on `@cloudflare/workers-types` and import ExecutionContext.
- 2025-03-05 Kenton Varda o Ask Claude to consolidate `ApiHandler` and `DefaultHandler` types.
- 2025-03-05 Kenton Varda o Ask Claude to make `defaultHandler` and `apiHandler` be proper Workers entrypoints.
- 2025-03-05 Kenton Varda o Ask Claude to move `OAuthHelpers` to be presented via `env.OAUTH_PROVIDER`.
- 2025-03-05 Kenton Varda o Ask Claude to move `props` into `ctx.props`.
- 2025-03-05 Kenton Varda o Fix error in README.
- 2025-03-04 Kenton Varda o Fix Claude's bug manually.
- 2025-03-04 Kenton Varda o Ask Claude to implement a compromise mechanism for refresh tokens.
- 2025-03-04 Kenton Varda o Ask Claude to implement the rest of OAuth 2.1.
- 2025-03-04 Kenton Varda o Ask Claude to implement PKCE support (for OAuth 2.1).
- 2025-03-04 Kenton Varda o Add README.md.
- 2025-02-28 Kenton Varda o Finish removing auth_code from schema docs myself.
- 2025-02-28 Kenton Varda o Ask Claude to merge the auth code into the grant records.
- 2025-02-28 Kenton Varda o Finish cleaning up error handling myself.
- 2025-02-28 Kenton Varda o Ask Claude to improve error handling.
- 2025-02-28 Kenton Varda o Ask Claude to denormalize grants into access token records.
- 2025-02-28 Kenton Varda o Ask Claude to merge refresh tokens into grant records.
- 2025-02-28 Kenton Varda o Ask Claude to allow the access token lookup and grant lookup to run in parallel.
- 2025-02-28 Kenton Varda o Ask Claude to fix its bugs.
- 2025-02-28 Kenton Varda o Ask Claude to implement pagination for list interfaces.
- 2025-02-28 Kenton Varda o Asked Claude to convert the OAuthHelpers into a class.
- 2025-02-28 Kenton Varda o Ask Claude to eliminate the `user_grants` lists, too.
- 2025-02-28 Kenton Varda o Ask Claude not to store clients_list and instead use KV's `list()`.
- 2025-02-28 Kenton Varda o Ask Claude to add doc comments.
- 2025-02-28 Kenton Varda o Ask Claude to hash the auth code and client secret as well.
- 2025-02-28 Kenton Varda o Asked Claude to convert to WebCrypto.
- 2025-02-27 Kenton Varda o Add storage schema by Claude.
- 2025-02-27 Kenton Varda I Have Claude write an OAuth provider implementation.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement