Arnaud Esteve

Results 49 comments of Arnaud Esteve

OK. I'll try to rework the auth part completely. I'm not using it myself (since I've always been using using custom authentication services) and as I mentionned earlier, I did...

I'm in the middle of a move to another city, which means (aside a very very busy schedule) I probably won't be connected to the internet in the upcoming weeks....

That sounds good on a philosophical point of view :) .Be careful with the implementation though, I guess if a route is already annotated with auth-realated stuff, the sessionhandler will...

Hello, Sorry but the issue doesn't sound very very clear to me. Could you please push, on a minimalist GitHub project, a small case that reproduces the issue. For example,...

Seems related to #57 #67

Thanks for the source code, but I can't make it work without all the rest of your application. A "reproducer" is a very simple, standalone project (means : that works...

You're completely right. To be honest, I was waiting 3.2.0 to add an OAuth2 annotation then release Nubes 1.0. So for now, it's absolutely normal that you can't find it...

1.0 has been released to jcenter. Could you tell me what you need to help you getting started, what are you looking for exactly ? It's pretty hard for me...

Nice! Thank you. Any idea where I should include the `cargo-upgrade` here: ```Dockerfile FROM rustlang/rust:nightly-bullseye-slim as chef RUN cargo +nightly install cargo-chef --locked WORKDIR app FROM chef AS planner COPY...

No problem at all. There's no urgency, I just wanted to give this new feature a try and figured out it could be interesting for you to know cargo-chef wasn't...