rustauth 0.0.2

Re-export alias for the openauth authentication toolkit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# rustauth

Re-export alias for [`openauth`](https://crates.io/crates/openauth).

```toml
[dependencies]
rustauth = "0.0.2"
```

`rustauth` is the planned primary name for this authentication toolkit. This crate
forwards the full `openauth` API so you can depend on `rustauth` today without
waiting for a workspace rename.

**Today:** `openauth` and `open-auth` remain the canonical published names.  
**Future:** ecosystem crates may migrate to the `rustauth-*` prefix.