clerk / clerk-docs

The documentation content for Clerk, an authentication and user management platform.
https://clerk.com/docs
102 stars 398 forks source link

Add verifyToken() to Backend SDK docs #1184

Closed alexisintech closed 3 months ago

alexisintech commented 3 months ago

[!IMPORTANT] 🔎 Previews:

Explanation:

The verifyToken() method was reported missing from the docs.

This PR:

github-actions[bot] commented 3 months ago

Hey, here’s your docs preview: https://clerk.com/docs/pr/1184

alexisintech commented 3 months ago

LGTM, agreed with bryce's comment though, if you have a req object, you could save a lot of code using authenticateRequest

i know! i added a callout referencing it, warning users that it's a lower level method. but we should still document it !