- Moved into docs/:
docs/postman/collection.json ← authelia-api.postman_collection.json
docs/postman/environment.json ← authelia-api.postman_environment.json
docs/postman-guide.md ← POSTMAN_GUIDE.md
docs/openapi.yml ← openapi.yml
docs/examples/bulk-request.json ← example_bulk_request.json
- Updated README.md with new paths and docs/ structure
- Updated .dockerignore to reflect new layout
- Removed stale pre-built binary from working tree
Postman collection now has 12 endpoints:
- Health Check, List/Get/Bulk Create/Delete Users
- List/Create/Get/Update/Delete Policy
- Verify Policy (dry-run)
- Get User Policies
POSTMAN_GUIDE.md updated with all endpoints, examples,
policy field reference, matching rules, and testing workflow.