
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@backstage/plugin-auth-backend-module-guest-provider
Advanced tools
The guest-provider backend module for the auth plugin.
This module provides a guest auth provider implementation for @backstage/plugin-auth-backend. This is meant to supersede the existing 'guest' option for authentication that does not emit tokens and is completely stored as frontend state.
First add the package itself to your backend dependencies:
# From your Backstage root directory
yarn --cwd packages/backend add @backstage/plugin-auth-backend-module-guest-provider
Then import it into your backend
// In packages/backend/src/index.ts
const backend = createBackend();
backend.add(import('@backstage/plugin-auth-backend-module-guest-provider'));
[!TIP] If you happen to have enabled automatic feature discovery (which is very uncommon at the time of writing), you do not need to perform this step.
And finally make sure to enable it in your config:
# In app-config.yaml - NOT app-config.production.yaml
auth:
providers:
guest: {}
Notice the double curly braces, which correspond to an empty object. This sets everything up using the default settings, which are:
user:development/guestSee the config schema for details about the available options. If you add options to your app-config file under the guest key, remember to remove the double curly braces as well.
FAQs
The guest-provider backend module for the auth plugin.
We found that @backstage/plugin-auth-backend-module-guest-provider demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.