Update readme

Now that v2 is done in rust and haskell and biscuitsec.org is live
This commit is contained in:
Clément Delafargue 2022-01-13 21:23:25 +01:00 committed by GitHub
parent 70e6d21c42
commit 99d6b07e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@
<img src="https://raw.githubusercontent.com/biscuit-auth/biscuit/master/assets/brown.png" width="200">
<https://biscuitsec.org>
## Goals
Biscuit is an authentication and authorization token for microservices
@ -34,8 +36,15 @@ specification.
You can follow the next steps on the [roadmap](https://github.com/biscuit-auth/biscuit/issues/12).
Current status:
- the credential language, cryptographic primitives and serialization format are done
- we have implementations in [Rust](https://github.com/biscuit-auth/biscuit-rust), [Java](https://github.com/clevercloud/biscuit-java), [Go](https://github.com/flynn/biscuit-go) and [Web Assembly](https://github.com/biscuit-auth/biscuit-wasm) (based on the Rust version)
- the credentials language, cryptographic primitives and serialization format are done
- we have implementations for biscuits v2 in
- [Rust](https://github.com/biscuit-auth/biscuit-rust)
- [Web Assembly](https://github.com/biscuit-auth/biscuit-wasm) (based on the Rust version)
- [Haskell](https://github.com/divarvel/biscuit-haskell)
- we have implementations for biscuits v1 in
- [Java](https://github.com/clevercloud/biscuit-java) (migration to v2 is in progress)
- [Go](https://github.com/flynn/biscuit-go)
- a website with documentation and an interactive playground is live at <https://biscuitsec.org>
- Currently deploying to real world use cases such as [Apache Pulsar](https://github.com/clevercloud/biscuit-pulsar) at [Clever Cloud](https://www.clever-cloud.com/)
- looking for an audit of the token's design, cryptographic primitives and implementations
@ -43,6 +52,7 @@ Current status:
- provide use cases that we can test the token on (some specific kind of caveats, auth delegation, etc)
- cryptographic design audit: we need reviews of algorithms, their usage and implementation in various languages
- add support for biscuit v2 to java and go implementations
## Project organisation