> For the complete documentation index, see [llms.txt](https://docs.recaptime.dev/community-sso/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.recaptime.dev/community-sso/what-is-community-sso.md).

# What is Community SSO?

Recap Time Squad Community SSO is an [Authentik Open-source](https://goauthentik.io/) instance running on Andrei Jiroh's homelab server behind [Cloudflare Tunnel](https://developers.cloudflare.com/cloudflare-one/networks/connectors/cloudflare-tunnel/), deployed and managed via [Coolify](https://coolify.io/). We'll plan to use this self-hosted authentication system as alternative to using Auth0 and friends while allowing us to customize.

You can sign up for free here or using social logins as documented [here](/community-sso/getting-started/sign-in-or-create-new-account.md#signing-in-via-social-login). Note that Authentik will tag account creations via social logins as External users, hence being blocked from accessing the dashboard but expect to be upgraded to Internal once we reviewed your account for spam and abuse in a week or so.

## Who's already using Authentik?

Our friends at [Hack Club Nest](https://github.com/hackclub/nest) and [Project Segfault](https://p.psf.lt/) already using Authentik for their tilde services as well as the backing LDAP server for their pubnix servers.

## How to get help?

You're viewing the Community SSO Docs hosted on GitBook! Use the navigation menu to read around the user-facing and admin docs.

If you need help with your account, shoot us a email at `support@recaptime.dev` with your Community SSO account username (and/or associated email address if sending from an different address) on the message body.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.recaptime.dev/community-sso/what-is-community-sso.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
