I have integrated my react native app and laravel web app with laravel passport.
All my secret keys are managed server side (pusher, stripe payment, etc...) expect for the secret key from laravel passport which is needed for the mobile app to authenticate and talk to my website.
I understand that no secret key should be in the code but I have no idea how to manage differently...
Any suggestion? How do you manage this situation?
Thank you.