Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccarthy authored Feb 29, 2024
1 parent 90b91e4 commit ff73b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![Build and Test](https://github.com/cedar-policy/cedar-go/actions/workflows/build_and_test.yml/badge.svg)
![golangci-lint](https://github.com/cedar-policy/cedar-go/actions/workflows/golangci-lint.yml/badge.svg)

This repository contains source code of the Go implentation of the [Cedar](https://www.cedarpolicy.com/) policy language.
This repository contains source code of the Go implementation of the [Cedar](https://www.cedarpolicy.com/) policy language.

Cedar is a language for writing and enforcing authorization policies in your applications. Using Cedar, you can write policies that specify your applications' fine-grained permissions. Your applications then authorize access requests by calling Cedar's authorization engine. Because Cedar policies are separate from application code, they can be independently authored, updated, analyzed, and audited. You can use Cedar's validator to check that Cedar policies are consistent with a declared schema which defines your application's authorization model.

Expand Down Expand Up @@ -132,4 +132,4 @@ We welcome contributions from the community. Please either file an issue, or see

## License

This project is licensed under the Apache-2.0 License.
This project is licensed under the Apache-2.0 License.

0 comments on commit ff73b3a

Please sign in to comment.