Quick question because you would probs know how do you encode an API key but still be able to use it
Probably encodeURIcomponent in JavaScript
check the comment below
never ever EVER encode any sensitive info if it can simply be decoded using a line of code. Unless you mean encrypting like bcrypt?
its alr I figured it out now lol thx tho :)
im not gonna encode it imma use .env