Skip to content

Commit f2982a2

Browse files
authored
add Grant to the ecosystem of plugins (fastify#2532)
* Add Grant to the ecosystem of plugins * Update link to git repo fastify-grant
1 parent 87ed2a4 commit f2982a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Ecosystem.md

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Plugins maintained by the fastify team are listed under [Core](#core) while plug
8080
- [`fastify-firebase-auth`](https://github.com/oxsav/fastify-firebase-auth) Firebase Authentication for Fastify supporting all of the methods relating to the authentication API.
8181
- [`fastify-gcloud-trace`](https://github.com/mkinoshi/fastify-gcloud-trace) [Google Cloud Trace API](https://cloud.google.com/trace/docs/reference) Connector for Fastify.
8282
- [`fastify-google-cloud-storage`](https://github.com/carlozamagni/fastify-google-cloud-storage) Fastify plugin that exposes a GCP Cloud Storage client instance.
83+
- [`fastify-grant`](https://github.com/simov/fastify-grant) Authentication/Authorization plugin for Fastify that supports 200+ OAuth Providers.
8384
- [`fastify-guard`](https://github.com/hsynlms/fastify-guard) A fastify plugin that protects endpoints by checking authenticated user roles and/or scopes.
8485
- [`fastify-gql`](https://github.com/mcollina/fastify-gql) A GraphQL server implementation for Fastify with caching and [`graphql-jit`](https://github.com/ruiaraujo/graphql-jit).
8586
- [`fastify-graceful-shutdown`](https://github.com/hemerajs/fastify-graceful-shutdown) Shutdown Fastify gracefully and asynchronously.

0 commit comments

Comments
 (0)