Brendan A R Sechter

Results 26 comments of Brendan A R Sechter

Just thinking out loud, but maybe you could offer some sort of redemption token that can be exchanged for the real token? Without properly thinking the flow through, it might...

Is there a way to POST login information and get a token back via the API? It seems like an older version of Sentinel had that functionality, although I may...

I look forward to a resolution to this regression. Just in case anyone else runs into this problem, something like the following can be used to get a guardian token...

Thank you for the clarification. It probably makes sense to use a feature branch for divergent development in the future. Putting a warning at the top of the README is...

I am also interested in seeing custom redirects.

So far as I can tell, custom redirect configuration is actually in the latest GitHub code. This functionality does not appear to be documented, nor does it appear to be...

I guess I wanted to put crankstart in the workspace because the instructions for using it include the following entries in **Cargo.toml**. ``` [dependencies] crankstart = { path = "../crankstart"...

Short answer, yes. ``` $ rustup install nightly-2022-12-14 nightly-2022-12-14-x86_64-apple-darwin installed - rustc 1.68.0-nightly (0f529f0f4 2022-12-13) $ rustup default nightly-2022-12-14 $ rustc -V rustc 1.68.0-nightly (0f529f0f4 2022-12-13) $ cargo clean $...

```bash $ ex -s +'%s/].\{-}>//ge' +'%s/\s\+//e' +'%norm J' +'g/^$/d' +%p +q! /System/Library/CoreServices/SystemVersion.plist | grep -E 'ProductName|ProductVersion' | sed 's/^[^ ]* //g' | sed 'N; s/\n/ /g' macOS 11.7.4 $ uname...