TheMovieDB Api key hardcoded - Bad Practice? #3079
Closed
Patrick2052
started this conversation in
General
Replies: 2 comments
|
This is the intended behavior. |
0 replies
|
Thanks for the reply. Ok i didnt know exactly how tvdb handles it. Seems fine for now then :) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
seerr/server/api/themoviedb/index.ts
Line 138 in ff88d52
While browsing the code i noticed that there is a hardcoded api key for themoviedb in
server/api/themoviedb/index.ts. Does anyone know if there is a reason for this? It seems risky with a shared key to hit rate limits on the service.Code (
server/api/themoviedb/index.ts):https://github.com/seerr-team/seerr/blob/develop/server/api/themoviedb/index.ts#L138
All reactions