summaryrefslogtreecommitdiff
path: root/spec/lib/omni_auth
Commit message (Collapse)AuthorAgeFilesLines
* Support RSA and ECDSA algorithms in Omniauth JWTMichael Tsyganov2018-12-051-17/+53
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Eliminate constants warnings by:Lin Jen-Shin2018-06-011-3/+3
| | | | | * Replace `require` or `require_relative` with `require_dependency` * Remove unneeded `autoload`
* Adds spec for omni_auth jwt strategyTiago Botelho2018-04-261-0/+87