-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add authentication #2
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Andrew Nikitin <andrew.nikitin@cheqd.io>
Signed-off-by: Andrew Nikitin <andrew.nikitin@cheqd.io>
lampkin-diet
pushed a commit
that referenced
this pull request
Jun 7, 2023
lampkin-diet
pushed a commit
that referenced
this pull request
Jun 8, 2023
* Add API guarding * small fixes * review comments and small fixes * Fix authentication middleware (#2) * build: Remove express-jwt * Get rid of unused parameter in function --------- Co-authored-by: DaevMithran <daevmithran1999@gmail.com>
cheqd-bot bot
pushed a commit
that referenced
this pull request
Jun 13, 2023
## [2.3.0](2.2.0...2.3.0) (2023-06-13) ### Features * Add API guarding [DEV-2621] ([#249](#249)) ([3706b4c](3706b4c)), closes [#2](#2) * Add credentialSchema attribute ([#262](#262)) ([0e4268a](0e4268a)) * Add support issue verify & revoke credentials [DEV-2669] ([#255](#255)) ([c69df47](c69df47)) ### Bug Fixes * Copy static files to the dist while building ([#253](#253)) ([4f076c0](4f076c0)) * Fix static files copying ([#254](#254)) ([1ea85d3](1ea85d3)) * Move custom_button.js script into static root ([#261](#261)) ([8544020](8544020)) * One more attempt to fix static files ([#260](#260)) ([abaed7a](abaed7a)) * Static files for swagger ([#259](#259)) ([a1fe566](a1fe566))
lampkin-diet
pushed a commit
that referenced
this pull request
Sep 11, 2023
ankurdotb
added a commit
that referenced
this pull request
Sep 11, 2023
* Add playwright.config.ts. * Add setup script for authorizing before running tests. * Add playwright reports to .gitignore. * Update package-lock.json. * Add a new script for running e2e tests. * Update tsconfig.json. * Add playwright.yml for GitHub Actions. * Remove unused includes in tsconfig.json. * Add new test user environment variables. * Update playwright.config.ts. * Use env variables instead of magic strings. * Add test example. * Update playwright.yml. * Remove the custom implementation of JSON.stringify because this custom method is written incorrectly and doesn't allow to show swagger.json in SwaggerUI. * Fix login/logout dynamic custom button panel. * Revert code. * Update custom-button.ts. * Fix namespace lookup * Additional thing from develop * Change auth rules due to credential-status endpoint changes * Add tests for cases when the user with testnet permissions tries to get access to the mainnet resources * Add test for resource creation * Sync package-lock.json with package.json * Setup GitHub Actions to run tests * Change workflow file name * debug * Add variable explicitly * Add variable for tests * Get rid of debug * Daemonize a start server process * Typo and remove unused code * Update .gitignore * reset tsconfig * Create tsconfig.json * Update package.json * npm run format * Update DEFAULT_DOES_NOT_HAVE_PERMISSIONS * Fix typo in DEFAULT_STATUS_LIST_INDICES * Review comments * Divide tests and dist building * Make auth separately and other review comments * Update example.env * Update playwright.config.ts * Update index.ts * Update tsconfig.json * Update package.json * Update build.yml * Update playwright config * Update Playwright config * Update package-lock.json * Update playwright.config.ts * Move payload files * Move folder structures * Fix building/running errors * Fix storageState file * Update playwright.config.ts * Update playwright.config.ts * Update tsconfig.json * Fix playwright config (#2) * Add variables explicitly * Add variables for tests * Sort variables * Update build.yml * Delete test.yml * Update package.json * Update auth.setup.ts * bump * Move folders * Fix paths * Reduce timeouts * npm run format * Ignore if no artifacts found --------- Co-authored-by: abdulla-ashurov <abdulla.ashurov@dsr-corporation.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Andrew Nikitin andrew.nikitin@cheqd.io