Skip to content

Releases: UseKeyp/oauth2-server-redwood

v0.3.13

05 Mar 19:20
Compare
Choose a tag to compare

Changes in this Release

Changed

  • Updates the bin script to specify jwks.json creation should use alg: 'RS256'

v0.3.12

15 Feb 23:44
Compare
Choose a tag to compare

Changes in this Release

Changed

  • Temporary fix for inlcuding redirectUri in searchparams for /authorize until #31 is done

Added

Fixes

Breaking

v0.3.11

13 Feb 22:06
Compare
Choose a tag to compare

Changes in this Release

Changed

Added

Fixes

findAccount bug

Breaking

v0.3.10

13 Feb 20:42
Compare
Choose a tag to compare

Adds support for middlewares

v0.3.1

16 Jan 21:29
Compare
Choose a tag to compare

Changes

  • jwks now required property #18
  • New script for generating jwks + documentation updated
  • renderError now defaults to using the /web page for displaying errors, instead of vanilla html #9

v0.2.0

10 Jan 22:29
Compare
Choose a tag to compare

Changes

  • Adds requested scopes and client metadata to the authorize url search params (still needs implementing on the frontend AuthorizePage)
  • Removes console.logs
  • Changes interface for oAuthUrl() to simplify integration with oauth2-client-redwood apps
  • Documentation for integration now tested complete

v0.1.1

06 Jan 19:38
Compare
Choose a tag to compare
  • Fixes missing /views directory

v0.1.0

06 Jan 18:47
Compare
Choose a tag to compare
  • Adds dynamic client GET UPDATE DELETE methods.
  • Adds a test API server
  • Updates documentation

v0.0.2

30 Dec 22:29
Compare
Choose a tag to compare

Initial Release

  • OIDC server with dynamic client generation
  • Config options passed as arguments
  • Uses prisma adapter
  • Oauth flow skips login screen when provider is passed (optional feature)