Integration example of boruta core library within a phoenix application.
- setup the application, the database and the assets
mix deps.get
mix ecto.migrate
cd ./assets/wallet
npm i
-
Fill in universal resolver api key in
config/config.exs
file -
start the server
mix phx.server
- Obtain an id_token
- Obtain an access_token
- Obtain an id_token and an access_token
- Obtain an id_token and a code
- Obtain a credential
- Perform a presentation