Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Personal access tokens for Maat applications.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages