Unity - Unlock ingame stuff for patreons

There are various other threads talking about various implementations which you can use in accomplishing this. An example:

Basically you either need to have constant online connectivity, or, have to regularly fetch and save patron info if your game is offline.

Handling credentials is also discussed in the above thread. There should even be a case about handling creators’ tokens en masse.