Dr. Software
Explore posts from serversCDCloudflare Developers
•Created by Dr. Software on 9/9/2024 in #pages-help
Custom "Token Vault" Strategy Help
I'm creating an API for a project of mine, but I think I need a more efficient auth system.
There are certain routes in my
functions
directory that require an API token to use, but I'm storing these tokens in a text array in the Pages
environmental variables. Is there a way I can do this at a more top-level system?2 replies