conrad-tokens

Crates.ioconrad-tokens
lib.rsconrad-tokens
version0.2.0
sourcesrc
created_at2023-05-30 10:33:10.589806
updated_at2023-05-30 10:33:10.589806
descriptionRust authentication framework
homepage
repositoryhttps://github.com/tropicbliss/conrad
max_upload_size
id877774
size12,724
tropicbliss (tropicbliss)

documentation

README

conrad-auth

An authentication framework with an API heavily inspired by Lucia. It has support for OAuth and token-based authentication.

Caveats

  • This currently has support for database adapters, but no adapters has been written for it yet. Perhaps there will be one in the future when I am less burned out.
  • It also does not have a support crate to translate request types from web frameworks such as Axum to Conrad's Request type. Like I said, I don't feel like working on this project at the moment.
  • Documentation is non-existent, but you should be able to get around by referencing Lucia's docs instead.
Commit count: 0

cargo fmt