Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Releases: imCorfitz/payload-plugin-oauth-apps

v0.3.2

29 Oct 15:44
9b8d029
Compare
Choose a tag to compare

Patch Changes

  • 771f271: Fixing missing hooks in collection config
  • 771f271: Fixing token naming convention for refresh endpoint

v0.3.1

29 Oct 12:55
Compare
Choose a tag to compare

Patch Changes

  • d35fa80: added npmignore and more tests

v0.2.0

15 Oct 05:05
61cdefa
Compare
Choose a tag to compare

Minor Changes

  • 2e62c9e: Removing cookies from plugin feature
  • eb7abb6: Added logout route and operation
  • 9108754: Using email settings from Oauth client settings instead of plugin config
  • f81c4f5: Added magiclink auth flow

v.0.3.0

15 Oct 20:50
Compare
Choose a tag to compare

Minor Changes

  • 4452901: Migrating plugin codebase to payload plugin template to meet standards

v0.1.4

12 Oct 16:50
683e970
Compare
Choose a tag to compare

Patch Changes

  • 3bb8122: Minor updates to documentation

v0.1.3

11 Oct 12:01
5fedc05
Compare
Choose a tag to compare

Patch Changes

v0.1.2

11 Oct 09:58
Compare
Choose a tag to compare

Patch Changes

  • 7bc1279: Added changeset package, Github workflows and configured ESLint

v.0.1.1

11 Oct 08:05
Compare
Choose a tag to compare
v.0.1.1 Pre-release
Pre-release

Initial pre-release

Please note this plugin is under active development. A lot WILL change. see TODO

  • Ability to create multiple OAuth Apps with individual client credentials
  • Better session flow using revokable longer-lived refresh tokens
  • Session management on User collections with ability to revoke active sessions
  • Passwordless authentication using One-time password (OTP) or Magiclink
  • Automatically adds registered OAuth apps to CSRF and CORS config in Payload
  • Full support of native Payload Auth cookies and JWT passport strategy