RazorSh4rk / random-word-api

Simple scala rest api that serves random words
https://random-word-api.herokuapp.com/
Other
134 stars 47 forks source link

API Key lifetime #4

Closed dzvid closed 4 years ago

dzvid commented 4 years ago

Hello, does the API key has a 24 hours lifetime? Yesterday I generated one API key to use in a bot project and it was working fine, but today I was getting "wrong API key" message as response.

RazorSh4rk commented 4 years ago

Yes, it's heroku's bs, it resets the whole app after 24 hours. You can use the master key, jecgaa , but i'll probably get rid of auth keys in the future.

dzvid commented 4 years ago

Ok, thanks for the reply.

RazorSh4rk commented 4 years ago

I updated the app, you dont need an api key anymore