[ANN] rodauth-oauth 0.0.1 released

Hi,

This is the first release of rodauth-oauth (0.0.1).

Project page: https://gitlab.com/honeyryderchuck/rodauth-oauth

rodauth-oauth is an implementation of the OAuth 2.0 framework on top of
rodauth.

It provides the following features:

* Authorization grant flow;
* Access Token generation;
* Access Token refresh;
* Token revocation;
* Implicit grant (off by default);
* Access Type (Token refresh online and offline);
* OAuth application and token management dashboards (optional);
* Rails support (through rodauth-rails);