https://github.com/xraph/authsome
Authsome is a plugable extensible auth framework built ontop of Forge for Golang, it supports subscriptions and cms pluggins for all your needs with a very rich dashboard plugin
https://github.com/xraph/authsome
auth0 authentication authorization clerkjs forge
Last synced: 3 months ago
JSON representation
Authsome is a plugable extensible auth framework built ontop of Forge for Golang, it supports subscriptions and cms pluggins for all your needs with a very rich dashboard plugin
- Host: GitHub
- URL: https://github.com/xraph/authsome
- Owner: xraph
- Created: 2025-10-16T04:35:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-23T18:11:30.000Z (3 months ago)
- Last Synced: 2026-03-26T00:20:08.432Z (3 months ago)
- Topics: auth0, authentication, authorization, clerkjs, forge
- Language: Go
- Homepage: https://authsome.xraph.com
- Size: 92.8 MB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: docs/README.md
- Security: securityevent/memory.go
Awesome Lists containing this project
README
# Sentinel Documentation
Documentation site for [Sentinel](https://github.com/xraph/sentinel) — a composable AI evaluation and testing framework for Go.
Built with [Fumadocs](https://fumadocs.dev) and Next.js.
## Development
```bash
pnpm install
pnpm dev
```
Open http://localhost:3000 to preview.
## Structure
| Path | Description |
|------|-------------|
| `content/docs/` | MDX documentation pages |
| `content/docs/meta.json` | Top-level navigation |
| `app/(home)` | Landing page |
| `app/docs` | Documentation layout |
| `app/api/search/route.ts` | Search handler |