Discussion:
[ANN] rodauth-oauth 0.5.1 released
Tiago Cardoso
2021-03-19 19:40:59 UTC
Permalink
rodauth-oauth 0.5.1 has been released.

rodauth-oauth is a rack-compatible toolkit for building OAuth 2.0
authorization servers, as well as OpenID Authentication Providers.

# as simple as
rodauth do
enable :oauth
end

It can also be used with Rails (via the "rodauth-rails" gem).

Website: https://honeyryderchuck.gitlab.io/rodauth-oauth/
Documentation: https://honeyryderchuck.gitlab.io/rodauth-oauth/rdoc/
Wiki: https://gitlab.com/honeyryderchuck/rodauth-oauth/wikis/home
CI: https://gitlab.com/honeyryderchuck/rodauth-oauth/pipeline

### 0.5.1

#### Improvements

* Changing "Callback URL" to "Redirect URL" in default templates;

#### Bugfixes

* (rails integration) Fixed templates location;
* (rails integration) Fixed migration name from generator;
* (rails integration) fixed links, html tags, styling and unassigned
variables from a few view templates;
* `oauth_application_path` is now compliant with prefixes and other url
helpers, while now having a `oauth_application_url` counterpart;
* (rails integration) skipping csrf checks for "/userinfo" request (OIDC)
Loading...