Socket
Book a DemoInstallSign in
Socket

github.com/lstoll/oidcop

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/lstoll/oidcop

Source
Go
Version
v1.0.0-alpha.1
Version published
Created
Source

oidcop

Go Reference

Go library for implementing OIDC OPs (Servers)

Example OP

An example server is provided. Can be run:

go run ./cmd/oidc-example-op

And interacted with via

go run github.com/lstoll/oidc/cmd/oidccli -issuer=http://localhost:8085 -client-id=cli -scopes=openid,offline_access -skip-cache info

FAQs

Package last updated on 25 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts