Files
dmg b88097c15a
CI / validate (push) Successful in 5m13s
Release / release (push) Successful in 7m8s
feat(groups): add fail-closed admission management
2026-08-01 18:36:45 -04:00

1.8 KiB

type, title, description, tags, timestamp, story_id, status
type title description tags timestamp story_id status
User Story Enter the account portal through Discord Direct visitors are guided to the configured Discord community and its account commands.
player
portal
discord
onboarding
2026-08-01T22:34:31Z US-001 verified

User Story

As a prospective player, I want the portal to direct me to the community Discord, so that I can begin registration through the trusted entry point.

Acceptance Criteria

  • Given an unauthenticated visitor, when they open the portal, then they are told to run /register or /account in Discord.
  • Given a configured invite URL, when the visitor selects the join action, then the Discord invite opens in a new browser context.
  • Given a configured guild ID, when the visitor selects the app action, then a discord:// guild link is opened.
  • Given an unauthenticated protected-page request, when authorization fails, then the visitor returns to the portal with prominent Discord instructions.
  • Every portal page credits Social Minecraft sponsorship by DMG Games and links to https://dmg.games.
  • Portal branding uses the SoMC Portal name and a dedicated favicon.

Implementation

Validation

Covered by the Next.js production build and protected-route session checks.

Related Stories