Skip to content

P7CoreOrg/echo-oidc-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echo-oidc-client

Developing

This application is backed by the Echo framework. To get started with development, you'll need to restore the build locally.

go mod download
<root>\pkg\P7CoreOrg\go-oidc>git submodule update

Once all dependencies are installed, you can run the CLI easily.

go run .\afx
go run .\afx login
go run .\afx login -s

afx is a native cli that does an OIDC login. It does this by hosting a temporary http server which gets an authorization code via the IDP redirect.

Releases

No releases published

Packages

No packages published

Languages