FeaturesTemplatesShowcaseTownie
AI
BlogDocsPricing
Log inSign up
neverstew
neverstewsafeAssertBearerToken
Public
Like
safeAssertBearerToken
Home
Code
2
README.md
S
main.tsx
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
Sign up now
Code
/
Code
/
Search
README.md

safeAssertBearerToken

A safe version of assertBearerToken that handles errors and presents them as a property on the returned object instead.

Example

Create val
const handler = (req, res) => { const authorization = req.get('authorization'); const { error, data: token } = @neverstew.safeAssertBearerToken(@me.secrets.superSecret, authorization); if (error) { res.status(401).send("Unauthorized"); return; } res.json(token); }
Code
README.md
S
main.tsx
Go to top
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Product
FeaturesPricing
Developers
DocsStatusAPI ExamplesNPM Package Examples
Explore
ShowcaseTemplatesNewest ValsTrending ValsNewsletter
Company
AboutBlogCareersBrandhi@val.town
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.