summaryrefslogtreecommitdiff
path: root/app/models/concerns/token_authenticatable.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable Rubocop cops for invalid access modifiersrubocop/enable-access-modifiers-copsGrzegorz Bizon2016-07-191-1/+1
* Fix some useless access modifiers in the codeGrzegorz Bizon2016-07-191-14/+14
* Use method that creates runners registration tokenGrzegorz Bizon2015-12-231-1/+0
* Add method that persist ensured token in `TokenAuthenticatable`Grzegorz Bizon2015-12-231-2/+13
* Fix method that ensures authentication tokenGrzegorz Bizon2015-12-231-6/+2
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-2/+2
* Make sure that token `ensure_*` method always returns a tokenGrzegorz Bizon2015-12-111-2/+6
* Use `save!` when generating new token in `TokenAuthenticatable`Grzegorz Bizon2015-12-111-1/+1
* Refactor `TokenAuthenticatable` to improve reusabilityGrzegorz Bizon2015-12-111-16/+24
* Try to keep token authenticable compatibilityMarin Jankovski2014-07-091-0/+31