Skip to content

Commit

Permalink
chore: change ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
its-danny committed Aug 20, 2024
1 parent 53db220 commit b7733f3
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 32 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
uses: oknozor/cocogitto-action@v3
with:
release: true
git-user: "Mitch"
git-user-email: "open.source@quiet.camp"
- run: cog changelog --at ${{ steps.release.outputs.version }}
- uses: softprops/action-gh-release@v2
with:
Expand Down
28 changes: 14 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [0.2.0](https://github.com/quiet-camp/tower-surf/compare/bd33ffd5463dea51f3453cec41d1099ca1ff3ef0..0.2.0) - 2024-08-19
## [0.2.0](https://github.com/its-danny/tower-surf/compare/bd33ffd5463dea51f3453cec41d1099ca1ff3ef0..0.2.0) - 2024-08-19
#### Features
- use secstr to secure the secret in memory - ([bd33ffd](https://github.com/quiet-camp/tower-surf/commit/bd33ffd5463dea51f3453cec41d1099ca1ff3ef0)) - [@its-danny](https://github.com/its-danny)
- use secstr to secure the secret in memory - ([bd33ffd](https://github.com/its-danny/tower-surf/commit/bd33ffd5463dea51f3453cec41d1099ca1ff3ef0)) - [@its-danny](https://github.com/its-danny)

- - -

## [0.1.0](https://github.com/quiet-camp/tower-surf/compare/a695cefbc172f451564b364778d07aa5ef941dff..0.1.0) - 2024-08-19
## [0.1.0](https://github.com/its-danny/tower-surf/compare/a695cefbc172f451564b364778d07aa5ef941dff..0.1.0) - 2024-08-19
#### Continuous Integration
- no need to publish twice - ([2fc0402](https://github.com/quiet-camp/tower-surf/commit/2fc0402ffcee7f254d32baeece3c6810d05b4cc7)) - [@its-danny](https://github.com/its-danny)
- switch order of pre-bump hooks - ([67f5d1b](https://github.com/quiet-camp/tower-surf/commit/67f5d1bbce8d8c7029ff50c49b1b845579106405)) - [@its-danny](https://github.com/its-danny)
- fix workflows - ([3a6e8c0](https://github.com/quiet-camp/tower-surf/commit/3a6e8c0b02d023589df735dc393a865fe56f9ae3)) - [@its-danny](https://github.com/its-danny)
- no need to publish twice - ([2fc0402](https://github.com/its-danny/tower-surf/commit/2fc0402ffcee7f254d32baeece3c6810d05b4cc7)) - [@its-danny](https://github.com/its-danny)
- switch order of pre-bump hooks - ([67f5d1b](https://github.com/its-danny/tower-surf/commit/67f5d1bbce8d8c7029ff50c49b1b845579106405)) - [@its-danny](https://github.com/its-danny)
- fix workflows - ([3a6e8c0](https://github.com/its-danny/tower-surf/commit/3a6e8c0b02d023589df735dc393a865fe56f9ae3)) - [@its-danny](https://github.com/its-danny)
#### Documentation
- fix grammar - ([5c53ab4](https://github.com/quiet-camp/tower-surf/commit/5c53ab43503cbb169d45ec0e566f3871d49dd83e)) - [@its-danny](https://github.com/its-danny)
- add some documentation - ([d8cea55](https://github.com/quiet-camp/tower-surf/commit/d8cea5593f5daf46fed1fb433e479c919555e711)) - [@its-danny](https://github.com/its-danny)
- update thank you section - ([722f9f5](https://github.com/quiet-camp/tower-surf/commit/722f9f5646d8b798eab703e47398a06d947cb179)) - [@its-danny](https://github.com/its-danny)
- fix grammar - ([5c53ab4](https://github.com/its-danny/tower-surf/commit/5c53ab43503cbb169d45ec0e566f3871d49dd83e)) - [@its-danny](https://github.com/its-danny)
- add some documentation - ([d8cea55](https://github.com/its-danny/tower-surf/commit/d8cea5593f5daf46fed1fb433e479c919555e711)) - [@its-danny](https://github.com/its-danny)
- update thank you section - ([722f9f5](https://github.com/its-danny/tower-surf/commit/722f9f5646d8b798eab703e47398a06d947cb179)) - [@its-danny](https://github.com/its-danny)
#### Miscellaneous Chores
- initial commit - ([a695cef](https://github.com/quiet-camp/tower-surf/commit/a695cefbc172f451564b364778d07aa5ef941dff)) - [@its-danny](https://github.com/its-danny)
- initial commit - ([a695cef](https://github.com/its-danny/tower-surf/commit/a695cefbc172f451564b364778d07aa5ef941dff)) - [@its-danny](https://github.com/its-danny)
#### Refactoring
- use thiserror - ([ac4d5c1](https://github.com/quiet-camp/tower-surf/commit/ac4d5c1d16cb4971f2df73a0cd8f8d36a70dc62a)) - [@its-danny](https://github.com/its-danny)
- use thiserror - ([ac4d5c1](https://github.com/its-danny/tower-surf/commit/ac4d5c1d16cb4971f2df73a0cd8f8d36a70dc62a)) - [@its-danny](https://github.com/its-danny)
#### Style
- fix doc example formatting - ([4b6f5dd](https://github.com/quiet-camp/tower-surf/commit/4b6f5dd48cf37dd0c25e5c0add2ab20191c5908a)) - [@its-danny](https://github.com/its-danny)
- fix doc example formatting - ([4b6f5dd](https://github.com/its-danny/tower-surf/commit/4b6f5dd48cf37dd0c25e5c0add2ab20191c5908a)) - [@its-danny](https://github.com/its-danny)
#### Tests
- add test for token creation - ([63f01fc](https://github.com/quiet-camp/tower-surf/commit/63f01fc438351f15ed552e5167aa0995fc02ea90)) - [@its-danny](https://github.com/its-danny)
- add test for token creation - ([63f01fc](https://github.com/its-danny/tower-surf/commit/63f01fc438351f15ed552e5167aa0995fc02ea90)) - [@its-danny](https://github.com/its-danny)

- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ rust-version = "1.67.1"
description = "🌊 A stateless CSRF middleware for tower."
license = "MIT OR Apache-2.0"
exclude = [".envrc", ".github", "cog.toml", "devenv.*", "scripts"]
homepage = "https://quiet.camp"
repository = "https://github.com/quiet-camp/tower-surf"
repository = "https://github.com/its-danny/tower-surf"
documentation = "https://docs.rs/tower-surf"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-APACHE
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2024 Quiet Camp <open.source@quiet.camp>
Copyright 2024 Danny Tatom <danny@tatom.xyz>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024 Quiet Camp <open.source@quiet.camp>
Copyright (c) 2024 Danny Tatom <danny@tatom.xyz>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Crates](https://img.shields.io/crates/v/tower-surf.svg)](https://crates.io/crates/tower-surf)
![MSRV](https://img.shields.io/crates/msrv/tower-surf)
[![Docs](https://docs.rs/tower-surf/badge.svg)](https://docs.rs/tower-surf)
![CI](https://github.com/quiet-camp/tower-surf/actions/workflows/ci.yml/badge.svg)
![CI](https://github.com/its-danny/tower-surf/actions/workflows/ci.yml/badge.svg)
</div>

## 🏄‍♂️ Overview
Expand Down Expand Up @@ -90,14 +90,10 @@ async fn logout(token: Token) -> StatusCode {
- I read a lot of the [tower-sessions](https://github.com/maxcountryman/tower-sessions) codebase to figure out how to make a tower project.
- The [tokio community](https://discord.com/invite/tokio) answered a lot of silly questions.

---

🏕️ Brought to you by [Quiet Camp](https://quiet.camp).

[crate-axum]: https://github.com/tokio-rs/axum
[crate-rand]: https://github.com/rust-random/rand
[crate-tower]: https://github.com/tower-rs/tower
[crate-secstr]: https://codeberg.org/valpackett/secstr
[examples]: https://github.com/quiet-camp/tower-surf/tree/main/examples
[examples]: https://github.com/its-danny/tower-surf/tree/main/examples
[owasp-cryptographic-storage]: https://cheatsheetseries.owasp.org/cheatsheets/Cryptographic_Storage_Cheat_Sheet.html
[owasp-double-submit]: https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html#alternative-using-a-double-submit-cookie-pattern
2 changes: 1 addition & 1 deletion cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ path = "CHANGELOG.md"
template = "remote"
remote = "github.com"
repository = "tower-surf"
owner = "quiet-camp"
owner = "its-danny"
authors = [{ signature = "Danny Tatom", username = "its-danny" }]
6 changes: 1 addition & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,11 @@
//! - I read a lot of the [tower-sessions](https://github.com/maxcountryman/tower-sessions) codebase to figure out how to make a tower project.
//! - The [tokio community](https://discord.com/invite/tokio) answered a lot of silly questions.
//!
//! ---
//!
//! 🏕️ Brought to you by [Quiet Camp](https://quiet.camp).
//!
//! [crate-axum]: https://github.com/tokio-rs/axum
//! [crate-rand]: https://github.com/rust-random/rand
//! [crate-tower]: https://github.com/tower-rs/tower
//! [crate-secstr]: https://codeberg.org/valpackett/secstr
//! [examples]: https://github.com/quiet-camp/tower-surf/tree/main/examples
//! [examples]: https://github.com/its-danny/tower-surf/tree/main/examples
//! [owasp-cryptographic-storage]: https://cheatsheetseries.owasp.org/cheatsheets/Cryptographic_Storage_Cheat_Sheet.html
//! [owasp-double-submit]: https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html#alternative-using-a-double-submit-cookie-pattern
Expand Down

0 comments on commit b7733f3

Please sign in to comment.