summaryrefslogtreecommitdiff
path: root/app/models/concerns/token_authenticatable_strategies/encrypted.rb
Commit message (Expand)AuthorAgeFilesLines
* Autofixed some untranslated stringsi18n-copLuke Bennett2019-01-311-3/+3
* Fix typo in encrypted token authenticatable strategyGrzegorz Bizon2018-12-041-1/+1
* Fix token_set? method by checking migration statusGrzegorz Bizon2018-12-041-1/+4
* Use plaintext token when migration is not completeGrzegorz Bizon2018-12-031-4/+6
* Refactor encrypted token strategy classGrzegorz Bizon2018-12-031-26/+31
* Fix token encrypted strategy when migrating dataGrzegorz Bizon2018-12-031-1/+7
* Implement migration strategy for token authenticatableGrzegorz Bizon2018-12-031-4/+17
* Expire application settings after encrypting tokensGrzegorz Bizon2018-11-281-0/+3
* Fix resetting old token when fallback strategy is providedGrzegorz Bizon2018-11-271-1/+1
* Improve token authenticable tests and exceptionsGrzegorz Bizon2018-11-271-1/+1
* Improve test cases description in token-related specsGrzegorz Bizon2018-11-231-5/+3
* Reset insecure token when setting an encrypted oneGrzegorz Bizon2018-11-201-1/+5
* Use falback to set token if encrypted field is missingGrzegorz Bizon2018-11-201-2/+8
* Do not raise if encrypted tokens field does not existGrzegorz Bizon2018-11-201-1/+12
* Encrypt new instance runners registration tokensGrzegorz Bizon2018-11-151-0/+1
* Add specs scaffold for encrypted token authenticatableGrzegorz Bizon2018-11-141-1/+2
* Remove text prepended to a class by a mistakeGrzegorz Bizon2018-11-141-2/+0
* Refactor token authenticatable encrypted strategyGrzegorz Bizon2018-11-141-13/+14
* Remove token_field_name method from base classGrzegorz Bizon2018-11-141-3/+3
* Do not use cleartext approach for encrypted tokensGrzegorz Bizon2018-11-131-8/+8
* Add `encrypted` strategy to persist encrypted tokensGrzegorz Bizon2018-11-131-0/+51