-
Notifications
You must be signed in to change notification settings - Fork 22
added endpoints for verifying and renewing login token #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mickvandijke
merged 5 commits into
development
from
19-api-endpoint-to-verify-if-your-token-is-legitimate-or-needs-updating
Aug 17, 2022
Merged
added endpoints for verifying and renewing login token #58
mickvandijke
merged 5 commits into
development
from
19-api-endpoint-to-verify-if-your-token-is-legitimate-or-needs-updating
Aug 17, 2022
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.6.0. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.5.4...1.6.0) --- updated-dependencies: - dependency-name: regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.5 to 0.8.11. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-utils-0.8.5...crossbeam-utils-0.8.11) --- updated-dependencies: - dependency-name: crossbeam-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.10.1 to 1.13.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.10.1...tokio-1.13.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
19-api-endpoint-to-verify-if-your-token-is-legitimate-or-needs-updating. |
@mickvandijke How feasible do you think it'd be to backport this to v2? I believe the old repos are archived so maybe it's not possible. Off the top of your head though, do you think it'd be difficult? |
rakema01
added a commit
to rpdl-net/torrust
that referenced
this pull request
Feb 11, 2025
Backport upstream backend PR torrust/torrust-index#58
ldpr
pushed a commit
to rpdl-net/torrust
that referenced
this pull request
Mar 1, 2025
* Update user.rs Backport upstream backend PR torrust#58 * Update mailer.rs Backport upstream backend PR torrust/torrust-index#58
ldpr
added a commit
to rpdl-net/torrust
that referenced
this pull request
May 14, 2025
* Update user.rs Backport upstream backend PR torrust#58 * Update mailer.rs Backport upstream backend PR torrust/torrust-index#58 * Token renew + updated for Rust 1.83 (#26) * remove odd bar under search box * reverting * take 2 - remove buggy white bar under search * Add click handling to magnifying glass icon on sidebar Epic * - Fix token renewal management and add configuration parameters - Bump some crate versions for recent Rust versions. - Improve logging capability - Bump crate versions for Rust update - Finalize renew token - Add logging support * - Fix token renewal management and add configuration parameters - Bump some crate versions for recent Rust versions. - Improve logging capability * Lower log level and remove unnecessary logs in user.rs --------- Co-authored-by: 63A9F0EA7BB98050796B649E85481845 <info@rpdl.net> Co-authored-by: rakema01 <99795534+rakema01@users.noreply.github.com> * Revert "Token renew + updated for Rust 1.83 (#26)" This reverts commit 4a760bb. --------- Co-authored-by: rakema01 <99795534+rakema01@users.noreply.github.com> Co-authored-by: sudisk <sudisk@online.fr>
ldpr
pushed a commit
to rpdl-net/torrust
that referenced
this pull request
May 14, 2025
* Update user.rs Backport upstream backend PR torrust#58 * Update mailer.rs Backport upstream backend PR torrust/torrust-index#58 * - Fix token renewal management and add configuration parameters - Bump some crate versions for recent Rust versions. - Improve logging capability - Bump crate versions for Rust update - Finalize renew token - Add logging support * - Fix token renewal management and add configuration parameters - Bump some crate versions for recent Rust versions. - Improve logging capability * Lower log level and remove unnecessary logs in user.rs --------- Co-authored-by: rakema01 <99795534+rakema01@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #19