-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2e1caf
commit d743c9a
Showing
54 changed files
with
326 additions
and
170 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/core/auth/Cargo.toml → packages/core/shield/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
name = "auth" | ||
name = "shield" | ||
description = "Web authentication for Rust." | ||
|
||
authors.workspace = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<h1 align="center">Shield</h1> | ||
|
||
Web authentication for Rust. | ||
|
||
## Documentation | ||
|
||
See [the Shield book](https://shield.rustforweb.org/) for documentation. | ||
|
||
## Rust For Web | ||
|
||
The Shield project is part of the [Rust For Web](https://github.com/RustForWeb). | ||
|
||
[Rust For Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[package] | ||
name = "shield-actix" | ||
description = "Actix integration for Shield." | ||
|
||
authors.workspace = true | ||
edition.workspace = true | ||
license.workspace = true | ||
repository.workspace = true | ||
version.workspace = true | ||
|
||
[dependencies] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<h1 align="center">Shield Actix</h1> | ||
|
||
[Actix](https://actix.rs/) integration for Shield. | ||
|
||
## Documentation | ||
|
||
See [the Shield book](https://shield.rustforweb.org/) for documentation. | ||
|
||
## Rust For Web | ||
|
||
The Shield project is part of the [Rust For Web](https://github.com/RustForWeb). | ||
|
||
[Rust For Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source. |
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
packages/integrations/auth-leptos/Cargo.toml → packages/integrations/shield-axum/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<h1 align="center">Shield Axum</h1> | ||
|
||
[Axum](https://github.com/tokio-rs/axum) integration for Shield. | ||
|
||
## Documentation | ||
|
||
See [the Shield book](https://shield.rustforweb.org/) for documentation. | ||
|
||
## Rust For Web | ||
|
||
The Shield project is part of the [Rust For Web](https://github.com/RustForWeb). | ||
|
||
[Rust For Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[package] | ||
name = "shield-leptos" | ||
description = "Leptos integration for Shield." | ||
|
||
authors.workspace = true | ||
edition.workspace = true | ||
license.workspace = true | ||
repository.workspace = true | ||
version.workspace = true | ||
|
||
[dependencies] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<h1 align="center">Shield Leptos</h1> | ||
|
||
[Leptos](https://leptos.dev/) integration for Shield. | ||
|
||
## Documentation | ||
|
||
See [the Shield book](https://shield.rustforweb.org/) for documentation. | ||
|
||
## Rust For Web | ||
|
||
The Shield project is part of the [Rust For Web](https://github.com/RustForWeb). | ||
|
||
[Rust For Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source. |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.