summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* enable totp with basic authadmin-2faRobert Newson2020-03-231-11/+15
* change verify_totp contractRobert Newson2020-03-231-3/+4
* Allow admins to have a TOTP secretRobert Newson2020-03-231-2/+15
* Fix ported to elixir tagJuanjo Rodriguez2020-03-225-4/+5
* Port http, method_override and jsonp tests into elixir test suite (#2646)Juanjo Rodriguez2020-03-219-8/+267
* Merge pull request #2688 from dottorblaster/fix-utf8-elixir-test-warningAlessio Biancalana2020-03-201-1/+1
|\
| * Ignore unused string variable inside utf8 test caseAlessio Biancalana2020-03-201-1/+1
|/
* Merge pull request #2686 from dottorblaster/upgrade-credo-1.3.1Alessio Biancalana2020-03-202-3/+3
|\
| * Upgrade Credo to 1.3.1Alessio Biancalana2020-03-202-3/+3
|/
* Port design_docs tests from js to elixir (#2641)Juanjo Rodriguez2020-03-193-1/+482
* Feature - Add JWT support (#2648)Alexander Trauzzi2020-03-195-1/+80
* Merge pull request #2668 from apache/jwtf-unknown-checksRobert Newson2020-03-162-0/+23
|\
| * Throw if an unknown check is passed to jwtf:decodeRobert Newson2020-03-162-0/+23
|/
* Port elixir proxyauth tests from js to elixir (#2660)Juanjo Rodriguez2020-03-169-32/+227
* Merge pull request #2661 from apache/jwtf-enhance-alg-checkRobert Newson2020-03-132-4/+15
|\
| * Enhance alg checkjwtf-enhance-alg-checkRobert Newson2020-03-132-4/+15
|/
* Merge pull request #2658 from apache/import-jwtfRobert Newson2020-03-129-0/+854
|\
| * add jwtf to releaseimport-jwtfRobert Newson2020-03-122-0/+3
| * merged jwtf into src/jwtfRobert Newson2020-03-127-0/+851
| |\
| | * Merge pull request #12 from cloudant/handle-malformed-tokenJay Doane2020-03-113-9/+41
| | |\
| | | * Handle malformed tokens with jiffy 1.xJay Doane2020-03-112-9/+39
| | | * Enable code coverageJay Doane2020-03-111-0/+2
| | |/
| | * Create LICENSERobert Newson2020-03-101-0/+176
| | * Merge pull request #11 from cloudant/separate-test-moduleJay Doane2017-08-142-253/+292
| | |\
| | | * Separate tests into dedicated moduleJay Doane2017-08-112-253/+292
| | |/
| | * Merge pull request #10 from cloudant/move-key-cacheJay Doane2017-08-084-251/+0
| | |\
| | | * Move key cache to epep applicationJay Doane2017-08-074-251/+0
| | |/
| | * Suppress compiler warningsJay Doane2017-06-201-2/+2
| | * Merge pull request #3 from jaydoane/simplify-testsJay Doane2017-06-191-3/+3
| | |\
| | | * Make time explicitly in futureJay Doane2017-06-191-1/+1
| | | * Remove unnecessary propsJay Doane2017-06-191-2/+2
| | |/
| | * get_keyset needs ssl startedRobert Newson2017-06-161-0/+1
| | * remove dependency on openssl commandsRobert Newson2017-06-152-83/+32
| | * throw errors that chttpd:error_info can understandRobert Newson2017-06-152-40/+44
| | * move error wrapping to decode functionRobert Newson2017-06-151-20/+20
| | * Return error from update_cacheRobert Newson2017-06-151-2/+6
| | * Ensure error reason is convertable to JSONRobert Newson2017-06-091-6/+6
| | * Merge pull request #6 from cloudant/implement-encodeJay Doane2017-06-082-42/+199
| | |\
| | | * Support JWT encodingJay Doane2017-06-081-42/+117
| | | * Generate rsa private keys and keypairsJay Doane2017-06-081-0/+82
| | |/
| | * Merge pull request #5 from jaydoane/improve-restart-strategyRobert Newson2017-05-301-1/+1
| | |\
| | | * Improve restart strategyJay Doane2017-05-291-1/+1
| | |/
| | * Improve pubkey not found error handling (#4)Jay Doane2017-05-241-0/+9
| | * require alg+kid for key lookupRobert Newson2017-05-121-7/+8
| | * add ibrowse as depRobert Newson2017-05-121-0/+1
| | * provide caching of JWKS keysRobert Newson2017-05-114-0/+119
| | * IAT validation requires it to be a number, any numberRobert Newson2017-05-111-4/+6
| | * add tests for HS384 and HS512Robert Newson2017-05-111-2/+26
| | * fix testRobert Newson2017-05-101-1/+1
| | * test ECRobert Newson2017-05-101-5/+16