Backend security
More advanced backend security could also be achieved with access_token
from hivesigner. You can make sure only user you want can access certain content, this way you don't have to add your own security layer just utilize what Hivesigner already provides you.
Below simple code makes sure that access_token
is indeed signed by user. And checks to makes sure keys matches perfectly.
This combined with Imagehoster verification is perfect combination of security you can get in your app to serve user specific pages like drafts, bookmarks, images, etc.
Last updated