Commit Graph

9 Commits

Author SHA1 Message Date
Kiran K
fdaa190df4
Add Github actions (#15)
* Add Github actions

* Fix the docker build issue

* Remove the duplicate Github action

* only need runtime env vars during build

* ENV NEXT_TELEMETRY_DISABLED is a runtime env var

* Add missing keys to package.json

* Use the npm version as tag

Co-authored-by: Deepak Prabhakara <deepak@boxyhq.com>
2022-03-10 17:20:33 +00:00
Kiran K
9bc55ea7f0
Validate AuthnRequest signature (#11)
* Validate AuthnRequest signature skelton

* Code refactor: Move the base64decode to common method

* wip

* Add signature validation

* Read the keys from config

* Lock dep version

Co-authored-by: Deepak Prabhakara <deepak@boxyhq.com>
2022-03-02 21:06:04 +00:00
Aswin V
4fdf5e9674 Get public/private key from env 2022-03-01 00:42:21 +05:30
Deepak Prabhakara
95ce328cbf build fix 2022-02-25 20:12:28 +00:00
Kiran
9b86ea8b2e Code cleanup 2022-02-23 19:18:20 +05:30
Kiran
cb8b857008 Applied prettier 2022-02-22 11:44:12 +05:30
Kiran
c7fc57cc7e Add key pair 2022-02-21 21:53:43 +05:30
Kiran
b53c3b41b7 Fix the signing -wip 2022-02-21 21:06:25 +05:30
Kiran
aa76970fe7 cleanup util 2022-02-21 20:01:47 +05:30