@goauthentik/api 2026.2.0-rc1-1765908665 → 2026.2.0-rc1-1766103708

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goauthentik/api",
3
- "version": "2026.2.0-rc1-1765908665",
3
+ "version": "2026.2.0-rc1-1766103708",
4
4
  "description": "OpenAPI client for @goauthentik/api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -1844,14 +1844,6 @@ export class StagesApi extends runtime.BaseAPI {
1844
1844
 
1845
1845
  const headerParameters: runtime.HTTPHeaders = {};
1846
1846
 
1847
- if (this.configuration && this.configuration.accessToken) {
1848
- const token = this.configuration.accessToken;
1849
- const tokenString = await token("authentik", []);
1850
-
1851
- if (tokenString) {
1852
- headerParameters["Authorization"] = `Bearer ${tokenString}`;
1853
- }
1854
- }
1855
1847
 
1856
1848
  let urlPath = `/stages/authenticator/duo/{stage_uuid}/enrollment_status/`;
1857
1849
  urlPath = urlPath.replace(`{${"stage_uuid"}}`, encodeURIComponent(String(requestParameters['stageUuid'])));