Try the Demo Service

Experience HashBack authentication in action. Use our demo with your own code to see how the exchange works. We'll even host your verification hashes while you're testing.
HashBack Logo

Test Your Client Code

https://demo.hashback.dev/hello/ Send a GET request to this URL and it'll respond with a cheery "Hello" message, but only if a valid HashBack authentication header is included in the request. (If you don't, it'll return full documentation for this service including some sample code you can copy.) Use this to test your client code will generate a valid claim and will publish valid hashes.

πŸ¦” Hashbert says: β€œIs it me you're looking for?”

Test Your Client Code

https://demo.hashback.dev/call/ Send a POST request, including the URL of your service in the request body, and this demo service will make properly-formed HashBack authenticated GET request to that URL. Once completed, the demo service will return a full log of the request and response, including the requests when anyone tried to GET the verification hash.

πŸ¦” Hashbert says: β€œYou can point the "call" handler at the "hello" handler if you want. It's like shaking hands with yourself.”

We'll host your hashes!

https://demo.hashback.dev/hash/ If you're developing your own HashBack client but you don't have a web server ready to host your verification hashes yet, we've got your back. You can upload your hash text on the demo server, ready for anyone to request it. For a minute or so. And it'll be deleted after three GETs.

πŸ¦” Hashbert says: β€œDon't use that for anything important. Anyone can claim to be the demo service. Even badgers!”

Try it now!

Demo.HashBack.dev