Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@orbiting/backend-modules-auth
Advanced tools
auth migrations, seeds, middleware, graphql schema and resolvers
Passwordless email authentication and basic user type for graphql. Sessions based on cookies by express-session. Simple Role system.
Checkout the schema and schema-types.
used by:
# where to send auth mails from
AUTH_MAIL_FROM_ADDRESS="kontakt@republik.ch"
# where to redirect after a successful/failed signin
FRONTEND_BASE_URL=http://localhost:3010
# optional
# name of the mandrill template to use for signin emails
# see seeds/email_templates/
# If undefined a simple text email will be sent
# see lib/signin.js
AUTH_MAIL_TEMPLATE_NAME=republik_signin
# overwrite api/signin/mail/subject
AUTH_MAIL_SUBJECT=sign in link
# the url where src/auth.js will be reachable
# what to prefix the sign-in link with
PUBLIC_URL=http://localhost:3020
# if truthy, @test.project-r.construction mail addresses get automatically
# signedin and no mail is sent (used for automated testing)
AUTO_LOGIN=1
This package comes with it's own messages. You may want run yarn run translations
to refresh it from the gsheet configured in package.json or change it manually in translations.js.
At the moment this module expects a _log()
function to be present on express's request which can be used to sanitize the req before logging it in debug or error cases. If you use this module without backend-modules-base you can still use the function from there.
FAQs
auth migrations, seeds, middleware, graphql schema and resolvers
The npm package @orbiting/backend-modules-auth receives a total of 2 weekly downloads. As such, @orbiting/backend-modules-auth popularity was classified as not popular.
We found that @orbiting/backend-modules-auth demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.