Skip to content

Commit

Permalink
Use GitHub Actions and remove Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
return committed May 9, 2020
1 parent 3f151e8 commit afe38bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ documentation = "https://docs.rs/branca"
repository = "https://github.com/return/branca"

[badges]
travis-ci = { repository = "return/branca", branch = "master" }
maintenance = { status = "actively-developed" }

[dependencies]
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Branca - A secure alternative token format to JWT

|Crate|Documentation|License|Travis
|Crate|Documentation|License|CI
|:---:|:-----------:|:-----------:|:-----------:|
|[![Crates.io][crates-badge]][crates-url]|[![Docs][doc-badge]][doc-url]|[![License][license-badge]][license-url]|[![Travis-CI][travis-badge]][travis-url]
|[![Crates.io][crates-badge]][crates-url]|[![Docs][doc-badge]][doc-url]|[![License][license-badge]][license-url]|[![CI][ci-badge]][ci-url]

[crates-badge]: https://img.shields.io/crates/v/branca.svg
[crates-url]: https://crates.io/crates/branca
[doc-badge]: https://docs.rs/branca/badge.svg
[doc-url]: https://docs.rs/branca
[license-badge]: https://img.shields.io/badge/License-MIT-brightgreen.svg
[license-url]: https://github.com/return/branca/blob/master/LICENSE
[travis-badge]: https://api.travis-ci.org/return/branca.svg?branch=master
[travis-url]: https://travis-ci.org/return/branca
[ci-badge]: https://github.com/return/branca/workflows/CI/badge.svg
[ci-url]: https://github.com/return/branca/actions

Branca is a secure alternative token format to JWT. This implementation is written in pure Rust and uses the XChaCha20-Poly1305 AEAD (Authenticated Encryption with Associated Data) stream cipher for generating authenticated and encrypted tamper-proof tokens. More information about the branca token specification can be found here in [branca-spec.](https://github.com/tuupola/branca-spec/blob/master/README.md)

Expand Down

0 comments on commit afe38bd

Please sign in to comment.