Skip to content

Latest commit

 

History

History

elixir-phoenix-openid-connect

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MyApp

To start this example site:

  • Install dependencies with mix deps.get
  • Setup an app at did.app
  • Start Phoenix endpoint with
    CLIENT_ID=[client_id] CLIENT_SECRET=[client_secret] mix phx.server
    

Now you can visit localhost:4000 from your browser.