Skip to content

Commit

Permalink
Add env to auth0Client userAgent (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed May 31, 2022
1 parent 810d3f1 commit 4b48762
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,11 @@ export interface Auth0ClientOptions extends BaseLoginOptions {
* Internal property to send information about the client to the authorization server.
* @internal
*/
auth0Client?: { name: string; version: string };
auth0Client?: {
name: string;
version: string;
env?: { [key: string]: string };
};

/**
* Sets an additional cookie with no SameSite attribute to support legacy browsers
Expand Down

0 comments on commit 4b48762

Please sign in to comment.