You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**: When installing from GitHub Packages, you'll need to authenticate with a GitHub personal access token. See the [GitHub Packages Authentication](#github-packages-authentication) section below.
39
+
24
40
```typescript
25
41
import { TenantosClient } from'tenantos-api';
26
42
@@ -237,6 +253,42 @@ try {
237
253
238
254
> ⚠️ **Security**: Never commit API keys to version control. Use environment variables or secure configuration management.
239
255
256
+
## GitHub Packages Authentication
257
+
258
+
If you're installing from GitHub Packages, you'll need to authenticate with a GitHub personal access token:
259
+
260
+
### 1. Create a Personal Access Token
261
+
262
+
1. Go to GitHub → Settings → Developer settings → Personal access tokens → Tokens (classic)
263
+
2. Click "Generate new token (classic)"
264
+
3. Select the `read:packages` scope (and `write:packages` if you plan to publish)
0 commit comments