Skip to content

Releases: textbook/fauxauth

v6

28 Jun 14:14

Choose a tag to compare

v6
  • Drop Node 12 support

v5.1

28 Jun 14:15

Choose a tag to compare

  • Switch rendering engine to pug

v5

28 Jun 14:26

Choose a tag to compare

v5
  • Drop support for Node <= 12.9
  • Add command line argument support with yargs

v4.4

28 Jun 14:29

Choose a tag to compare

  • Refactor configuration handling (fixes #183)

v4.3

28 Jun 14:31

Choose a tag to compare

  • Reject callback URLs with a different protocol

v4.2

28 Jun 14:32

Choose a tag to compare

  • Allow app to be used by importing from fauxauth

v4.1

28 Jun 14:39

Choose a tag to compare

  • Switch to pure HTML authorize loop

v4

28 Jun 14:44

Choose a tag to compare

v4
  • Add support for a predefined map from choices (e.g. roles) to a token for that choice

v3

29 Jun 22:52

Choose a tag to compare

v3
  • Switch /access_token from params to body (fixes #174)

v2.1

29 Jun 22:52

Choose a tag to compare

  • Add CORS to the application