API Keys
Bun
Authentication for Bun’s http server
Prerequisites
- Created your Unkey account
- Created an API in the Unkey dashboard
Skip the tutorial
Don’t want to read the tutorial? Click this to get an example ready to test.
Creating a bun server protected by Unkey
1
Create a new Bun project
First we need a bun project, so create a new directory and init bun.
2
Install
Now install the @unkey/api
package
3
Modify the server
Open up the file called index.ts
and add the following code
index.ts
4
Running the server
5
Try it out
Go to https://app.unkey.com
and create a new key. Then verify it with our new server:
It should return {"keyId":"key_id","valid":true,"meta":{},"enabled":true,"permissions":[],"code":"VALID"}
and potentially more information about the key, depending on what you set up in the dashboard.
What is next?
Now that you’ve seen the power of Unkey, check out some resources below to continue your journey.