Skip to content

Releases: Forage409/authcore

v5.9.0 - OIDC SSO, Playground & Abuse Moderation

20 May 06:09

Choose a tag to compare

What's New

OIDC / OpenID Connect SSO

  • Full OIDC Provider: authorization endpoint, token endpoint, userinfo endpoint, JWKS
    • PKCE support for secure public clients
    • Standard scopes: openid, profile, email
    • RS256 signed ID tokens

Live Playground

  • Try AuthCore without signup at auth.miaogou.site
    • Walk through: Register -> Login -> OIDC SSO -> Account Ban demo

Abuse Review & Moderation

  • CLI tool for AI-powered content moderation
    • 14-day account deletion with compliance support
    • User ban/unban with reason tracking

SDK & Scaffolding

  • npx create-nexus-auth my-app - one command to scaffold a full auth app
    • nexus-auth-sdk on npm (v5.9.0, 3.3k+ monthly downloads)
    • JWT + Refresh Token authentication out of the box

Infrastructure

  • Runs on Cloudflare Workers (Hono + D1 + R2)
    • DNS-based cache refresh for instant invalidation
    • Account isolation between playground and production

Full Changelog: First official release based on 16 commits to main