dotauth.tool 1.0.0

dotnet tool install --global dotauth.tool --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local dotauth.tool --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotauth.tool&version=1.0.0
nuke :add-package dotauth.tool --version 1.0.0

Installation: dotnet tool install dotauth.tool (optionally you can make it global)

Usage:

@> token This will kick off an authentication code flow in your browser and collect the returned tokens. The tokens are output to the console.

First time usage you must configre the authentication flow parameters:

@> token configure -i [your client id] -s [your client secret] -a [your token issuer] -r [redirect url, default http://localhost:65001/signin] -c [code challenge method, default is S256]

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.0.0 346 2/5/2023