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
return {"msg": "You need to have an access token to see this endpoint."}
91
+
92
+
```
93
+
94
+
This way you can protected your endpoint and not have an unused variable.
95
+
82
96
### 4. Advanced Configuration
83
97
-**Scopes**: If you need to check for specific scopes (like `read:data`), call r`equire_auth(scopes="read:data")` or pass a list of scopes. The SDK will return a 403 if the token lacks those scopes in its `scope` claim.
0 commit comments