cartouche 0.1.0 copy "cartouche: ^0.1.0" to clipboard
cartouche: ^0.1.0 copied to clipboard

Personal access tokens for Maat applications.

Cartouche Tokens #

Cartouche icon

cartouche adds database-backed personal access tokens, abilities, expiration, revocation, and test authentication to Maat applications.

class User extends Model<User>
    with HasCartoucheTokens<User>
    implements Authenticatable {}

Cartouche.provider('users', (id) => User.query().find(id));

See the Cartouche guide for installation and usage.

0
likes
150
points
--
downloads

Documentation

API reference

Publisher

verified publishergaitco.com

Weekly Downloads

Personal access tokens for Maat applications.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, maat, seshat_maat

More

Packages that depend on cartouche