oidc
Version, currently 0.1.56 versions
github.com/threez/oidc.cr
OIDC client for crystal
1 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
oidc:
github: threez/oidc.cr
version: ~> 0.1.5Then run:
shards installshard.yml
- Crystal
1.8.0- License
- MIT
- Author
- Vincent Landgraf
Dependencies
Development Dependencies
- ameba~> 1.6.0github: crystal-ameba/amebadev
README
oidc

OIDC client for crystal extends the regular OAuth2::Client.
Installation
-
Add the dependency to your
shard.yml:dependencies: oidc: github: threez/oidc -
Run
shards install
Usage
require "oidc"
client = OIDC::Client.new("http://example.com/", "client-id", "ALSJDHJKASHGDJHGASKDJG")
# use the client to get authorize uri
state = UUID.random
client.get_authorize_uri("profile email roles openid", state.to_s)
# get access token for code
authorization_code = params["code"]
access_token = client.get_access_token_using_authorization_code(authorization_code)
Contributing
- Fork it (https://github.com/threez/oidc.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Vincent Landgraf - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.5- Tagged
- Jun 16, 2026
- Commit
f9fcb07800b0- Crystal
1.8.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/threez/oidc.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 14, 2026
- Synced
- Aug 14, 2026
- Versions
- 6