Releases: Forage409/authcore
Releases · Forage409/authcore
v5.9.0 - OIDC SSO, Playground & Abuse Moderation
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
- Standard scopes:
-
- 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-sdkon 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