# Full Reference

The reference documentation is split into two main sections:

- **Libraries**: We provide libraries that are designed to make it easy to integrate PropelAuth into your Frontend and Backend. This is useful for protecting your APIs, doing authorization checks, and more.
- **APIs**: We also provide APIs to give you greater control/flexibility over your integration. This is useful for programmatically sending invites, disabling users, and more.

* * *

## [APIs](https://docs.propelauth.com/reference#APIs)

### [User APIs](https://docs.propelauth.com/reference/api/user)

APIs for managing users

### [Organization APIs](https://docs.propelauth.com/reference/api/org)

APIs for managing organizations/tenants

### [API Key APIs](https://docs.propelauth.com/reference/api/apikey)

APIs for managing API keys (for your users)

* * *

# Libraries / Languages

## [Frontend](https://docs.propelauth.com/reference#frontendLibraries)

### [JavaScript](https://docs.propelauth.com/reference/frontend-apis/js)

### [React](https://docs.propelauth.com/reference/frontend-apis/react)

## [Fullstack](https://docs.propelauth.com/reference#fullstackLibraries)

### [Next.js (Pages Router)](https://docs.propelauth.com/reference/fullstack-apis/nextjspages/installation-and-setup)

### [Next.js (App Router)](https://docs.propelauth.com/reference/fullstack-apis/nextjsapp/installation-and-setup)

## [Backend](https://docs.propelauth.com/reference#backendLibraries)

### [Actix](https://docs.propelauth.com/reference/backend-apis/actix)

### [Axum](https://docs.propelauth.com/reference/backend-apis/axum)

### [Django Rest Framework](https://docs.propelauth.com/reference/backend-apis/drf)

### [Express](https://docs.propelauth.com/reference/backend-apis/express)

### [FastAPI](https://docs.propelauth.com/reference/backend-apis/fastapi)

### [Flask](https://docs.propelauth.com/reference/backend-apis/flask)

### [Go](https://docs.propelauth.com/reference/backend-apis/go)

### [Node.js](https://docs.propelauth.com/reference/backend-apis/node)

### [Python](https://docs.propelauth.com/reference/backend-apis/python)

### [Rust](https://docs.propelauth.com/reference/backend-apis/rust)

### [Cloudflare Workers](https://docs.propelauth.com/reference/backend-apis/cloudflare-workers)

### [.NET](https://docs.propelauth.com/reference/backend-apis/dot-net)
