Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Demo Single Page Application for the OIDC IdP

This demo's purpose is to display the claims that are shared with Relying Parties. It is currently deployed at https://demo-oidc.login.xyz.

Dependencies

$ cargo install trunk
$ rustup target add wasm32-unknown-unknown

Development

trunk serve --open

Deploy

cp wrangler_example.toml wrangler.toml

And fill in account_id and zone_id.

$ source .env
$ trunk build
$ wrangler publish