1
0
Форкнуть 0
Граф коммитов

1996 Коммитов

Автор SHA1 Сообщение Дата
nithyaganeshng 4f9715da4d Merge branch 'master' into niganesh/add-support-for-nonce 2022-08-14 10:31:53 -04:00
nithyaganeshng f6c1fc8784
Merge pull request #217 from microsoft/niganesh/support-for-ed25519-curve
Niganesh/support for ed25519 curve
2022-08-14 10:31:30 -04:00
nithyaganeshng 731ffee078 added comments for public method to generate nonce 2022-08-14 10:30:36 -04:00
nithyaganeshng 8093cd3a44 fixed unit tests and refactored 2022-08-13 19:06:22 -04:00
nithyaganeshng e632020e33 remove unused code and add algorithm as an argument to token creation 2022-08-10 13:50:32 -04:00
nithyaganeshng e1b5046e1c fixed unit test 2022-08-10 13:30:38 -04:00
nithyaganeshng c16b289dfd minor refactoring 2022-08-10 13:28:09 -04:00
nithyaganeshng 9147306c62 removing unused imports 2022-08-09 16:19:51 -04:00
nithyaganeshng eb08ee75c6 Merge branch 'master' into niganesh/support-for-ed25519-curve 2022-08-08 17:16:46 -04:00
nithyaganeshng 730b55cf2f added separate method to verify ED25519 signatures in token class 2022-08-05 21:31:50 -04:00
nithyaganeshng c751d33c49 minor reformatting 2022-07-28 15:32:24 -04:00
nithyaganeshng 2e2439710b Merge branch 'master' into niganesh/add-support-for-nonce 2022-07-27 10:00:44 -04:00
nithyaganeshng 7de8564aa8
Merge pull request #214 from microsoft/azure-pipelines-1
Update azure-pipelines.yml for Azure Pipelines
2022-07-26 19:53:56 -04:00
nithyaganeshng 1d2eb1f924 added support for generating nonce with hash of DID 2022-07-26 16:37:45 -04:00
nithyaganeshng d168d628d5 Update azure-pipelines.yml for Azure Pipelines 2022-07-25 19:18:56 -04:00
nithyaganeshng fc7ff15659 Update azure-pipelines.yml for Azure Pipelines 2022-07-25 19:04:52 -04:00
nithyaganeshng a4df99c6e5 Update azure-pipelines.yml for Azure Pipelines 2022-07-25 18:55:18 -04:00
nithyaganeshng 77b06770f6 Update azure-pipelines.yml for Azure Pipelines 2022-07-25 18:43:43 -04:00
nithyaganeshng 97ecfd49f6 Update azure-pipelines.yml for Azure Pipelines 2022-07-22 16:42:37 -04:00
nithyaganeshng e175875b57 Update azure-pipelines.yml for Azure Pipelines 2022-07-22 16:19:26 -04:00
nithyaganeshng e920184137 Update azure-pipelines.yml for Azure Pipelines 2022-07-22 16:10:15 -04:00
nithyaganeshng 83adabbc7e Update azure-pipelines.yml for Azure Pipelines 2022-07-22 16:06:02 -04:00
nithyaganeshng ea0c24ebcc Update azure-pipelines.yml for Azure Pipelines 2022-07-22 15:44:55 -04:00
nithyaganeshng 0d59ca5e63 Update azure-pipelines.yml for Azure Pipelines 2022-07-22 15:36:25 -04:00
nithyaganeshng d7cff8cd54 Update azure-pipelines.yml for Azure Pipelines 2022-07-22 15:20:40 -04:00
nithyaganeshng 47dc9cf3d3 Update azure-pipelines.yml for Azure Pipelines 2022-07-21 14:12:38 -04:00
nithyaganeshng 2321d5b2f0 Update azure-pipelines.yml for Azure Pipelines 2022-07-21 13:56:58 -04:00
nithyaganeshng 0e9ac3dd69 Update azure-pipelines.yml for Azure Pipelines 2022-07-21 08:58:04 -04:00
nithyaganeshng 528d931387 Update azure-pipelines.yml for Azure Pipelines 2022-07-21 08:54:05 -04:00
nithyaganeshng 8412475543 Update azure-pipelines.yml for Azure Pipelines 2022-07-20 22:54:48 -04:00
nithyaganeshng 0a4b215c67 Update azure-pipelines.yml for Azure Pipelines 2022-07-20 22:37:00 -04:00
nithyaganeshng 449f718a8d Update azure-pipelines.yml for Azure Pipelines 2022-07-20 21:16:02 -04:00
nithyaganeshng 5ff28eac21
Merge pull request #206 from microsoft/niganesh/fix-unit-tests
Niganesh/fix unit tests
2022-07-12 12:54:27 -04:00
nithyaganeshng 6cd17987a2 refactored method to extract did and key id 2022-07-12 12:07:49 -04:00
nithyaganeshng 69165d54bb Revert "moved changes to fix kid passing when # is missing to jwt validator"
This reverts commit 644a0ead64.
2022-07-12 07:55:22 -04:00
nithyaganeshng 644a0ead64 moved changes to fix kid passing when # is missing to jwt validator 2022-07-07 02:28:23 -04:00
nithyaganeshng 42233ccb8e Merge branch 'master' into niganesh/fix-unit-tests 2022-07-06 23:46:37 -04:00
nithyaganeshng 1d40961771
Merge pull request #205 from microsoft/niganesh/expiration-on-vc-optional
expiration on VC is made optional
2022-07-06 23:45:05 -04:00
nithyaganeshng 71b3e82402 Merge branch 'master' into niganesh/expiration-on-vc-optional 2022-07-06 23:16:53 -04:00
nithyaganeshng 6c6f38fb46
Merge pull request #204 from microsoft/niganesh/fail-when-keyid-missing-in-jwt-header
Throw an exception when key id is missing in kid section of jwt header
2022-07-06 23:14:32 -04:00
nithyaganeshng ccbb5186c1 expiration on VC is made optional 2022-07-06 02:15:43 -04:00
nithyaganeshng a8680f0161 Merge branch 'master' into niganesh/fail-when-keyid-missing-in-jwt-header 2022-07-05 23:32:54 -04:00
nithyaganeshng 51a747a9a4
Merge pull request #203 from microsoft/niganesh/kotlin-version-update
updated kotlin libraries
2022-07-05 23:12:55 -04:00
nithyaganeshng b215aaa4a0 throw an exception when key id is missing in kid section of jwt header 2022-07-05 19:31:32 -04:00
nithyaganeshng 4dc8897c32 upgrade jacoco version to fix failure while creating report 2022-07-05 18:06:32 -04:00
nithyaganeshng ed831f48f9 removed an old test 2022-07-05 14:25:31 -04:00
nithyaganeshng 3e00ed83d2 fix unit tests 2022-07-05 14:17:50 -04:00
nithyaganeshng 958969ae6d added support for keypair, sign and verify 2022-07-04 13:15:23 -04:00
nithyaganeshng 2a37338802 updated kotlin libraries 2022-06-15 16:25:10 -04:00
nithyaganeshng b3437a8f4c
Merge pull request #201 from microsoft/niganesh/changes-to-error-messages
Have exception handling in the service class to throw specific exceptions depending on the scenario.
2022-05-13 19:34:31 -04:00