auth_controller extends controller
Public SDK Controller.
Extend this class to implement HTTP controllers in your plugin while benefiting from the framework routing and middleware lifecycle.
Table of Contents
Methods
- auth() : void
- This method handles auth methods.
Methods
auth()
This method handles auth methods.
public
auth() : void
Attributes
- #[Route]
- $path: '/auth'
- $name: 'auth'
- $methods: ['GET']