Skip to content

Releases: michaelrsweet/moauth

v1.1

20 Jan 04:01
v1.1
2fc458b
Compare
Choose a tag to compare

mOAuth 1.1 adds support for dynamic client registration and PAM-based
authentication backends.

Changes in v1.1:

  • Now support dynamic client registration (Issue #8)
  • Now support PAM-based authentication backends (Issue #9)
  • Now install libmoauth, the <moauth.h> header, and a man page for the
    library.
  • Updated moauthd to look for "/etc/moauthd.conf" and
    "/usr/local/etc/moauthd.conf" as the default configuration file, and install
    a "moauthd.conf.default" file as a template (Issue #10)

Enjoy!

v1.0

15 Jan 20:16
v1.0
ac287c1
Compare
Choose a tag to compare

This is the first stable release of mOAuth, a basic OAuth 2.0 client/server
implementation for testing and development of OAuth-based services.

Enjoy!

(Source archive updated Jan 17, 2019 to include moauth-1.0/ subdirectory prefix, sorry folks!)