Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
arc-macro-jwt
Advanced tools
Use JWT authentication with Architect HTTP APIs (APIG HTTP Api only).
npm i arc-macro-jwt
Add to your .arc-file:
@app
myapp
@aws
apigateway http
@jwt
issuer https://example.auth0.com/ #Issuer of JWT
audience https://example.com,https://example2.com #Audience in the JWT
identitySource $request.header.Authorization #Where is the token source
scopes read:foo,write:foo #Not required
default false #Set to true to secure all routes (@jwt pragmas in .arc-config are ignored)
@http
get /
get /foo
get /bar
@macros
arc-macro-jwt
And add to individual .arc-config files for routes that needs auth:
@jwt
scopes read:bar,write:bar #Not required (use default scopes or none when not specified)
See AWS::Serverless::HttpApi/HttpApiAuth for more information.
FAQs
Use JWT authentication with Architect HTTP APIs
The npm package arc-macro-jwt receives a total of 0 weekly downloads. As such, arc-macro-jwt popularity was classified as not popular.
We found that arc-macro-jwt demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.