Move to tower-sessions
#203
Annotations
9 errors and 9 warnings
crates/alexandrie/src/frontend/account/github/callback.rs#L270
no method named `expire_in` found for struct `tower_sessions::Session` in the current scope
|
crates/alexandrie/src/frontend/account/gitlab/callback.rs#L237
no method named `expire_in` found for struct `tower_sessions::Session` in the current scope
|
crates/alexandrie/src/frontend/account/login.rs#L157
no method named `expire_in` found for struct `tower_sessions::Session` in the current scope
|
crates/alexandrie/src/frontend/account/register.rs#L212
no method named `expire_in` found for struct `tower_sessions::Session` in the current scope
|
crates/alexandrie/src/main.rs#L99
the trait bound `fn(axum::extract::State<Arc<AppState>>, std::option::Option<utils::auth::frontend::Auth>, tower_sessions::Session, Form<LoginForm>) -> impl futures_util::Future<Output = Result<axum_extra::either::Either<(reqwest::StatusCode, axum_extra::response::Html<std::string::String>), Redirect>, FrontendError>> {frontend::account::login::post}: Handler<_, Arc<AppState>, _>` is not satisfied
|
crates/alexandrie/src/main.rs#L104
the trait bound `fn(axum::extract::State<Arc<AppState>>, std::option::Option<utils::auth::frontend::Auth>, tower_sessions::Session, Form<RegisterForm>) -> impl futures_util::Future<Output = Result<axum_extra::either::Either<(reqwest::StatusCode, axum_extra::response::Html<std::string::String>), Redirect>, FrontendError>> {frontend::account::register::post}: Handler<_, Arc<AppState>, _>` is not satisfied
|
crates/alexandrie/src/main.rs#L117
the trait bound `fn(axum::extract::State<Arc<AppState>>, axum::extract::Query<frontend::account::github::callback::CallbackQueryData>, std::option::Option<utils::auth::frontend::Auth>, tower_sessions::Session) -> impl futures_util::Future<Output = Result<axum_extra::either::Either<(reqwest::StatusCode, axum_extra::response::Html<std::string::String>), Redirect>, FrontendError>> {frontend::account::github::callback::get}: Handler<_, _, _>` is not satisfied
|
crates/alexandrie/src/main.rs#L130
the trait bound `fn(axum::extract::State<Arc<AppState>>, axum::extract::Query<frontend::account::gitlab::callback::CallbackQueryData>, std::option::Option<utils::auth::frontend::Auth>, tower_sessions::Session) -> impl futures_util::Future<Output = Result<axum_extra::either::Either<(reqwest::StatusCode, axum_extra::response::Html<std::string::String>), Redirect>, FrontendError>> {frontend::account::gitlab::callback::get}: Handler<_, _, _>` is not satisfied
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
crates/alexandrie/src/frontend/account/logout.rs#L4
variable does not need to be mutable
|
crates/alexandrie/src/frontend/account/register.rs#L49
variable does not need to be mutable
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading