https://github.com/dealloc/permify-client
Unofficial .NET client for Permify
https://github.com/dealloc/permify-client
Last synced: 5 months ago
JSON representation
Unofficial .NET client for Permify
- Host: GitHub
- URL: https://github.com/dealloc/permify-client
- Owner: dealloc
- License: mit
- Created: 2025-12-03T12:43:06.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-12-17T12:59:20.000Z (6 months ago)
- Last Synced: 2025-12-20T04:29:52.314Z (5 months ago)
- Language: C#
- Homepage: https://dealloc.github.io/permify-client/
- Size: 316 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Permify .NET Client
[](https://docs.permify.co)
[](https://dotnet.microsoft.com/)
Unofficial .NET client for [Permify](https://permify.co) with support for both HTTP and gRPC APIs.
Designed for AOT compatibility with optional Aspire integration.
## Features
- HTTP and gRPC API support
- 100% Native AOT compatible
- Optional Aspire integration
- Modern .NET with maximum compatibility (.NET 10, .NET 9, .NET 8, netstandard2.0)
## Documentation
See [Permify documentation](https://docs.permify.co) for API details.
## License
[MIT](LICENSE.md)
## Roadmap
This is the current roadmap for the unofficial Permify client, in no particular order:
- [ ] Schema Service
- [ ] Read schema (polymorphic trees are difficult)
- [ ] Permission Service
- [ ] Expand API
- [ ] Subject Filtering
- [ ] Lookup Entity (Data Filtering)
- [ ] Lookup Entity (Streaming)
- [ ] Subject Permission List
- [ ] Bundle Service
- [ ] Delete Bundle
- [ ] OpenTelemetry integration
- [ ] Authn support for Permify servers that require it