peerchemist / trotter

Trotter does abstraction on creation of NFT tokens on multiple evm-based blockchain networks.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Trotter ignores API authentication setup #31

Closed peerchemist closed 3 years ago

peerchemist commented 3 years ago

To reproduce, start trotter with the following API credentials:

docker-compose.yml

- ADMIN_USERNAME="admin"
- ADMIN_PASSWORD="PeHonWat="

Use the API, trotter does not ask for authentication.

peerchemist commented 3 years ago

Trotter requires

  • TROTTER_NODE_ENV=prod

in order to take auth in consideration.