Sha256: 1d7d86f006cf552007919211ce78493bc7354a348a2c418425df2fdb0a4d974f
Contents?: true
Size: 661 Bytes
Versions: 21
Compression:
Stored size: 661 Bytes
Contents
= New Features * Rodauth.lib has been added for using Rodauth purely as a library, useful in non-web applications: require 'rodauth' rodauth = Rodauth.lib do enable :create_account, :change_password end rodauth.create_account(login: 'foo@example.com', password: '...') rodauth.change_password(account_id: 24601, password: '...') This is built on top of the internal_request feature, and works by creating a Roda application with the rodauth plugin, and returning the related Rodauth::Auth class. = Other Improvements * The internal_request feature now works correctly for configurations where only_json? is set to true.
Version data entries
21 entries across 21 versions & 1 rubygems