Commit Graph

7 Commits

Author SHA1 Message Date
Deepak Prabhakara 87c1ee828e
rename (#2505)
* rename

* export IconButton
2024-03-29 12:33:59 +00:00
Deepak Prabhakara 765690ec98 cleanup 2024-01-05 13:34:57 +00:00
Aswin V 370834cf4f
Automatic class sorting with prettier plugin for tailwind (#105)
* Install prettier plugin

* Apply sorting

* removed headwind

Co-authored-by: Deepak Prabhakara <deepak@boxyhq.com>
2022-02-23 17:37:24 +00:00
Deepak Prabhakara 393322b147
added CLIENT_SECRET_VERIFIER for enhancing OAuth 2.0 security (#84)
* added CLIENT_SECRET_VERIFIER for enhancing OAuth 2.0 security when not using PKCE flow

* added CLIENT_SECRET_VERIFIER to env.example

* fixed unit test
2022-02-15 14:09:56 +00:00
Deepak Prabhakara bfb4256f18 added VS code extensions recommendations 2022-02-01 13:20:24 +00:00
Deepak Prabhakara 2dd4493d22 added exclude dirs 2022-01-28 22:14:37 +00:00
Deepak Prabhakara 3754f2b13d
Next.js service (#53)
* moved jackson-next to this repo

* fixed working-directory

* updated package-lock

* fixed docker build

* fixed dockerfile

* cleanup

* save npm version for use in the build step

* switching the order

* fixed env secret

* update saml-jackson to the current version before building the next.js service

* build from typescript and change main and types before publishing npm

* copy README.md from root before publishing npm

* update README only for prod versions

* read version from root package.json file

* fixed artifact

* updated package-lock
2022-01-05 12:09:51 +00:00