Gathering detailed insights and metrics for @tsed/cli-plugin-oidc-provider
Gathering detailed insights and metrics for @tsed/cli-plugin-oidc-provider
Gathering detailed insights and metrics for @tsed/cli-plugin-oidc-provider
Gathering detailed insights and metrics for @tsed/cli-plugin-oidc-provider
@aws-sdk/client-sso-oidc
AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native
@tsed/oidc-provider
OIDC provider package for Ts.ED framework
@tsed/oidc-provider-plugin-wildcard-redirect-uri
A plugin to support wildcard in the redirect uri whitelist
@tsed/cli-plugin-typegraphql
Ts.ED CLI plugin. Add TypeGraphql support.
npm install @tsed/cli-plugin-oidc-provider
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
42 Stars
1,024 Commits
21 Forks
9 Watching
44 Branches
27 Contributors
Updated on 30 Oct 2024
TypeScript (84.35%)
Handlebars (9.33%)
JavaScript (4.23%)
EJS (1.91%)
Shell (0.18%)
Cumulative downloads
Total Downloads
Last day
-77.2%
37
Compared to previous day
Last week
600%
1,197
Compared to previous week
Last month
-52.1%
3,433
Compared to previous month
Last year
707.3%
73,677
Compared to previous year
1
2
Please refer to the documentation for more details.
1npm install -g @tsed/cli
To create a Ts.ED project, create a new directory and use the following commands:
1tsed init . 2npm start # or yarn start
Ts.ED CLI uses the npm proxy configuration. Use these commands to configure the proxy:
1npm config set proxy http://username:password@host:port 2npm config set https-proxy http://username:password@host:port
Or you can edit directly your ~/.npmrc file:
proxy=http://username:password@host:port
https-proxy=http://username:password@host:port
https_proxy=http://username:password@host:port
The following environment variables can be also used to configure the proxy
HTTPS_PROXY
,HTTP_PROXY
andNODE_TLS_REJECT_UNAUTHORIZED
.
Please read contributing guidelines here
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
The MIT License (MIT)
Copyright (c) 2016 - 2023 Romain Lenzotti
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
No vulnerabilities found.
Reason
28 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
Found 2/23 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
58 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More