1.1.0 • Published 6 months ago

@kpler/auth0-types v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

auth0-types

This package provides types for Auth0 Action Triggers.

It is not endorsed by, maintained by, or affiliated with Auth0 in any way.

Brought to you by Kpler - Intelligence tools for trade.

Installation

npm install -D @kpler/auth0-types

Available types

Usage (example)

import type { PostLoginApi, PostLoginEvent } from "@kpler/auth0-types";

export const onExecutePostLogin = async (
  event: PostLoginEvent,
  api: PostLoginApi,
) => {
  // "event" and "api" now have proper types!
};

Contributing

Contributions are welcome! Please adhere to the coding standards used and open a PR.

Use Conventional Commits for your commit messages and make sure your code passes the ESLint ruleset (npm run lint).

If you plan for larger changes, please create an issue first.

License

MIT

1.1.0

6 months ago

1.0.5

6 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago