PHPackages                             janboddez/laravel-indieauth - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. janboddez/laravel-indieauth

ActiveLibrary[API Development](/categories/api)

janboddez/laravel-indieauth
===========================

IndieAuth server for Laravel

121[2 issues](https://github.com/janboddez/laravel-indieauth/issues)PHPCI failing

Since Jun 26Pushed 1y agoCompare

[ Source](https://github.com/janboddez/laravel-indieauth)[ Packagist](https://packagist.org/packages/janboddez/laravel-indieauth)[ RSS](/packages/janboddez-laravel-indieauth/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-indieauth
=================

[](#laravel-indieauth)

Adds the following routes to your Laravel application:

```
/indieauth (GET/POST)
├── /metadata (GET)
└── /token (GET/POST)
    └── /revocation (POST)

```

After installation, run `php artisan migrate`. This will add a `url` column to Laravel's (default) `users` table, and nothing more.

To modify the simple authorization form, publish it to `resources/views/vendor/indieauth`:

```
php artisan vendor:publish --provider="janboddez\IndieAuth\IndieAuthServiceProvider" --tag="views"

```

Finally, for IndieAuth clients to be able to use your (token) endpoint, add the following to your Laravel application's `head`:

```

```

Sanctum
-------

[](#sanctum)

This package uses [Laravel Sanctum](https://laravel.com/docs/9.x/sanctum) to issue and verify tokens. By default, tokens never expire. It is, however, possible to [define an expiration time](https://laravel.com/docs/9.x/sanctum#token-expiration).

Token Revocation
----------------

[](#token-revocation)

Tokens can be revoked simply by sending a POST request to `/token/revocation`, using the token (i.e., as a bearer token in an authorization header) you wish to revoke.

Alternatively, sending a POST request to the token endpoint itself (i.e., `/token`) with the following two parameters in its body will work as well:

```
action=revoke&token=

```

###  Health Score

11

—

LowBetter than 0% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/16ccd0eab1c8fa95dd6ef99d5b8e98f924647a4ee07f97eade7e9ee977519054?d=identicon)[janboddez](/maintainers/janboddez)

---

Top Contributors

[![janboddez](https://avatars.githubusercontent.com/u/8428432?v=4)](https://github.com/janboddez "janboddez (26 commits)")

### Embed Badge

![Health badge](/badges/janboddez-laravel-indieauth/health.svg)

```
[![Health](https://phpackages.com/badges/janboddez-laravel-indieauth/health.svg)](https://phpackages.com/packages/janboddez-laravel-indieauth)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
