OHAP
:OpenHotel Auth Protocol
Basic example with OHAP
/auth-example
- Install
deno >= 1.44
- Install
node >= 20
- Install
yarn
- Run
deno task install
to install dependencies. - Copy the
app/server/.env.example
file and rename it to.env
. Then, configure it with your environment variables. - Run
deno task start
to start the server. - Set
version
todevelopment
in theapp/server/config.yml
file.