0.0.3 (5/6/2020)

Features

:oauth_http_mac

A new feature builds on top of :oauth to allow MAC authorization.

plugin :rodauth do
  enable :oauth_http_mac
  # options here...
end

:oauth_jwt

Another new feature, this time supporting the generation of JWT access tokens.

plugin :rodauth do
  enable :oauth_jwt
  # options here...
end

Improvements