token-master icon indicating copy to clipboard operation
token-master copied to clipboard

Minimal and Simple user management for Ruby and Rails applications.

Results 5 token-master issues
Sort by recently updated
recently updated
newest added

Initializer Template includes guidance liek the below: ``` # Examples: # config.add_tokenable_options :confirm, TokenMaster::Config::DEFAULT_VALUES ``` However, because of the way the second argument (a hash) is deconstructed in lib/config: ```...

This will involve handling both the presence and absence of Active Record. We will have to give users the options to handle things like `update`, `save`, `find_by`. More details to...

backlog