🚧 The Saascannon docs are currently under construction, we are working hard to document Saascannon thoroughly 🚧
Overview

Overview

Saascannon provides IAM (Identity and Access Management) and Subscriptions for your software. This is done through a mixture of a dedicated OIDC IDP per tenant alonsgide various APIs and Front ends, allowing your users to manage their account and subscriptions data. All data in Saascannon is managable via the saascannon dashboard (opens in a new tab).

Authentication

Authentication is the process of ensuring a user is who they say they are. Saascannon provides various mechanisms for this including email and password alongside various auth providers.

Authorization

Authorization involves ensuring that a user has the required authority to perform a specified action through the user of permissions, roles, and scopes. Saascannon forwards this information through user credentials allowing you to check user access rights within your APIs and frontend apps.

Subscriptions (Shop)

Payments are an important part of SaaS products as they allow you to get paid for the services you provide. Saascannon "shop" allows you to setup your service's plans, attach them to payment providers, and automatically grant access when a user pays for a plan using one of the supported payment provider integrations.