Skip to content

Plugins I wrote for getcronit-pylon library to support my application with custom features.

Notifications You must be signed in to change notification settings

g-wozniak/getcronit-pylon-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

getcronit-pylon-plugins

A few plugins I wrote for getcronit-pylon library to support my application with custom features. They support Envelop format.

List:

  • useClerk: passing the Clerk client to the context along with the user payload obtained from Clerk. Useful if you don't want to use Zitadel.
  • useSupabase: simple plugin to attach the Supabase client to the context for the future use
  • useValidation: request validation plugin that is using Zod to check the request input

Note: They are unofficial and require adoption to your use case.

How to use?

Just attach in your Pylon index file.

// graphQL and app ...

export const config = {
   plugins: [
      useValidation(),
      useSupabase(),
      useClerk()
   ]
}

Feel free to reuse how you see fit.

About

Plugins I wrote for getcronit-pylon library to support my application with custom features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published