We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brianirish/laravel-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
authorization.md•528 B
# Inertia - Authorization
Source: https://inertiajs.com/authorization
# Authorization
When using Inertia, authorization is best handled server-side in your application's authorization policies. However, you may be wondering how to perform checks against your authorization policies from within your Inertia page components since you won't have access to your framework's server-side helpers.
The simplest approach to solving this problem is to pass the results of your authorization checks as props to your page components.