summaryrefslogtreecommitdiff
path: root/spec/lib/json_web_token
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-04-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-04-041-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-04-031-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-11-161-9/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-08-161-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-08-021-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-06-301-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-111-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-243-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-121-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+1
|
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-232-0/+4
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Set the JWT algorithm to RS256 in decode specsStan Hu2018-12-291-2/+2
| | | | | | | | | By default, the JWT decode only allows HS256 mode (HMAC using SHA-256 hash algorithm). The specs using RSA tokens failed per https://github.com/jwt/ruby-jwt#algorithms-and-usage: It is strongly recommended that you hard code the algorithm, as you may leave yourself vulnerable by dynamically picking the algorithm.
* Relocate JSONWebToken::HMACToken from EEashmckenzie/hmac-token-decode-and-testsAsh McKenzie2018-11-131-0/+133
|
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-142-3/+10
|
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
| | | | Also removes the note from the development/testing.md guide
* Improve authentication service specsKamil Trzcinski2016-05-151-8/+20
|
* Rename JWT to JSONWebTokenKamil Trzcinski2016-05-142-0/+49