|
|
|
|
|
by cco
310 days ago
|
|
We recently released isagent.dev [1] exactly for this reason! Internally at Stytch three sets of folks had been working on similar paths here, e.g. device auth for agents, serving a different documentation experience to agents vs human developers etc and we realized it all comes down to a brand new class of users on your properties: agents. IsAgent was born because we wanted a quick and easy way to identify whether a user agent on your website was an agent (user permissioned agent, not a "bot" or crawler) or a human, and then give you a super clean <IsAgent /> and <IsHuman /> component to use. Super early days on it, happy to hear others are thinking about the same problem/opportunity. [1] GitHub here: http://github.com/stytchauth/is-agent |
|