Custom Authentication
Last updated:
Go Plugins
Go Plugin Authentication allows you to implement custom authentication logic using the Go programming language. This method is useful for scenarios where you need to implement specialized authentication mechanisms that are not natively supported by Tyk. To learn more about using Tyk Golang Plugins, go here
Use Python CoProcess and JSVM Plugin Authentication
Tyk allows for custom authentication logic using Python and JavaScript Virtual Machine (JSVM) plugins. This method is useful for implementing unique authentication mechanisms that are tailored to your specific requirements.
- See Custom Authentication with a Python plugin for a detailed example of a custom Python plugin.
- See JavaScript Middleware for more details on using JavaScript Middleware.