summaryrefslogtreecommitdiff
path: root/app/models/concerns/token_authenticatable_strategies/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Autofixed some untranslated stringsi18n-copLuke Bennett2019-01-311-3/+3
* Implement migration strategy for token authenticatableGrzegorz Bizon2018-12-031-0/+8
* Improve token authenticable tests and exceptionsGrzegorz Bizon2018-11-271-4/+4
* Only allow valid options when configuring tokensGrzegorz Bizon2018-11-231-0/+4
* Improve token strategy fallback and add more specsGrzegorz Bizon2018-11-231-0/+4
* Add specs for token authenticable strategy factory methodGrzegorz Bizon2018-11-161-3/+3
* Extract token authenticatable strategy fabricationGrzegorz Bizon2018-11-151-0/+10
* Encrypt new instance runners registration tokensGrzegorz Bizon2018-11-151-0/+1
* Add unit tests for encrypted token authenticatableGrzegorz Bizon2018-11-141-2/+2
* Refactor token authenticatable encrypted strategyGrzegorz Bizon2018-11-141-0/+6
* Remove token_field_name method from base classGrzegorz Bizon2018-11-141-4/+0
* TokenAuthenticatable allows non-unique tokensce-jej/group-saml-discovery-tokenJames Edwards-Jones2018-10-311-1/+5
* [master] Persist only SHA digest of PersonalAccessToken#tokenImre Farkas2018-10-291-0/+69