Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["examples/*", "packages/*/*"]
resolver = "2"

[workspace.package]
authors = ["Rust For Web <info@rustforweb.org>"]
authors = ["Rust for Web <info@rustforweb.org>"]
edition = "2024"
license = "MIT"
repository = "https://github.com/RustForWeb/shield"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Rust For Web
Copyright (c) 2024 Rust for Web

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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Inspired by [Auth.js](https://authjs.dev/).

This project is available under the [MIT license](LICENSE.md).

## Rust For Web
## Rust for Web

The Shield project is part of [Rust For Web](https://github.com/RustForWeb).
The Shield project is part of [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.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
6 changes: 3 additions & 3 deletions book/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Web authentication for Rust.

This project is available under the [MIT license](https://github.com/RustForWeb/shield/blob/main/LICENSE.md).

## Rust For Web
## Rust for Web

The Shield project is part of [Rust For Web](https://github.com/RustForWeb).
The Shield project is part of [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.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rustforweb/shield",
"description": "Web authentication for Rust.",
"author": "Rust For Web <info@rustforweb.org>",
"author": "Rust for Web <info@rustforweb.org>",
"repository": "github:RustForWeb/shield",
"license": "MIT",
"private": true,
Expand Down
6 changes: 3 additions & 3 deletions packages/core/shield/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Web authentication for Rust.

See [the Shield book](https://shield.rustforweb.org/) for documentation.

## Rust For Web
## Rust for Web

The Shield project is part of [Rust For Web](https://github.com/RustForWeb).
The Shield project is part of [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.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
6 changes: 3 additions & 3 deletions packages/integrations/shield-actix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

See [the Shield book](https://shield.rustforweb.org/) for documentation.

## Rust For Web
## Rust for Web

The Shield project is part of [Rust For Web](https://github.com/RustForWeb).
The Shield project is part of [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.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
6 changes: 3 additions & 3 deletions packages/integrations/shield-axum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

See [the Shield book](https://shield.rustforweb.org/) for documentation.

## Rust For Web
## Rust for Web

The Shield project is part of [Rust For Web](https://github.com/RustForWeb).
The Shield project is part of [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.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
6 changes: 3 additions & 3 deletions packages/integrations/shield-leptos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

See [the Shield book](https://shield.rustforweb.org/) for documentation.

## Rust For Web
## Rust for Web

The Shield project is part of [Rust For Web](https://github.com/RustForWeb).
The Shield project is part of [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.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
6 changes: 3 additions & 3 deletions packages/integrations/shield-tower/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

See [the Shield book](https://shield.rustforweb.org/) for documentation.

## Rust For Web
## Rust for Web

The Shield project is part of [Rust For Web](https://github.com/RustForWeb).
The Shield project is part of [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.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
6 changes: 3 additions & 3 deletions packages/providers/shield-credentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Credentials provider for Shield.

See [the Shield book](https://shield.rustforweb.org/) for documentation.

## Rust For Web
## Rust for Web

The Shield project is part of [Rust For Web](https://github.com/RustForWeb).
The Shield project is part of [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.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
6 changes: 3 additions & 3 deletions packages/providers/shield-email/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Email provider for Shield.

See [the Shield book](https://shield.rustforweb.org/) for documentation.

## Rust For Web
## Rust for Web

The Shield project is part of [Rust For Web](https://github.com/RustForWeb).
The Shield project is part of [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.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
6 changes: 3 additions & 3 deletions packages/providers/shield-oauth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ OAuth provider for Shield.

See [the Shield book](https://shield.rustforweb.org/) for documentation.

## Rust For Web
## Rust for Web

The Shield project is part of [Rust For Web](https://github.com/RustForWeb).
The Shield project is part of [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.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
6 changes: 3 additions & 3 deletions packages/providers/shield-oidc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ OpenID Connect provider for Shield.

See [the Shield book](https://shield.rustforweb.org/) for documentation.

## Rust For Web
## Rust for Web

The Shield project is part of [Rust For Web](https://github.com/RustForWeb).
The Shield project is part of [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.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
6 changes: 3 additions & 3 deletions packages/providers/shield-webauthn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ WebAuthn provider for Shield.

See [the Shield book](https://shield.rustforweb.org/) for documentation.

## Rust For Web
## Rust for Web

The Shield project is part of [Rust For Web](https://github.com/RustForWeb).
The Shield project is part of [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.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
6 changes: 3 additions & 3 deletions packages/storage/shield-diesel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

See [the Shield book](https://shield.rustforweb.org/) for documentation.

## Rust For Web
## Rust for Web

The Shield project is part of [Rust For Web](https://github.com/RustForWeb).
The Shield project is part of [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.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
6 changes: 3 additions & 3 deletions packages/storage/shield-sea-orm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

See [the Shield book](https://shield.rustforweb.org/) for documentation.

## Rust For Web
## Rust for Web

The Shield project is part of [Rust For Web](https://github.com/RustForWeb).
The Shield project is part of [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.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.
6 changes: 3 additions & 3 deletions packages/storage/shield-sqlx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

See [the Shield book](https://shield.rustforweb.org/) for documentation.

## Rust For Web
## Rust for Web

The Shield project is part of [Rust For Web](https://github.com/RustForWeb).
The Shield project is part of [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.
[Rust for Web](https://github.com/RustForWeb) creates and ports web libraries for Rust. All projects are free and open source.