# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
