An open API service indexing awesome lists of open source software.

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

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 |