10 src = fetchFromGitHub {
11 owner = "cloudentity";
14 hash = "sha256-spD6BEyDwY2Nrk/XOWA+XJA1l7ixN4j6N5m9e8DLg88=";
17 vendorHash = "sha256-PdLh/J0HUvr1JjW/ew5PQe9TJNykI4tJhlRoVjRT/hg=";
19 doCheck = false; # tests want to talk to oauth2c.us.authz.cloudentity.io
22 homepage = "https://github.com/cloudentity/oauth2c";
23 description = "User-friendly OAuth2 CLI";
24 mainProgram = "oauth2c";
26 oauth2c is a command-line tool for interacting with OAuth 2.0
27 authorization servers. Its goal is to make it easy to fetch access tokens
28 using any grant type or client authentication method. It is compliant with
29 almost all basic and advanced OAuth 2.0, OIDC, OIDF FAPI and JWT profiles.
31 license = licenses.asl20;
32 maintainers = [ maintainers.flokli ];
33 platforms = platforms.darwin ++ platforms.linux;