Discussion:
[ANN] rodauth-oauth 0.6.0 released
Tiago Cardoso
2021-05-21 12:43:29 UTC
Permalink
rodauth-oauth 0.6.0 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.6.0

### Improvements

* RBS signatures

### Chore

* Ruby 3 and Truffleruby are now officially supported and tested in CI.
Loading...