Skip to content

Commit

Permalink
Disable authentication in stepwise gallery example (#126)
Browse files Browse the repository at this point in the history
* Disable authentication

* Update MetaInfo.props
  • Loading branch information
LittleLittleCloud authored Dec 17, 2024
1 parent d3e61dd commit 8e1a4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/MetaInfo.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>0.0.12</VersionPrefix>
<VersionPrefix>0.0.13</VersionPrefix>
<Authors>LittleLittleCloud</Authors>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down
4 changes: 1 addition & 3 deletions example/HelloWorld/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@

var stepwiseConfig = new StepWiseServiceConfiguration
{
EnableAuth0Authentication = true,
Auth0Domain = "dev-7obvli7fq57vx30r.us.auth0.com",
Auth0ClientId = "ok4Im5Rt4blubBzvDRbM4SUixpmEGi8F",
EnableAuth0Authentication = false,
};

var host = Host.CreateDefaultBuilder()
Expand Down

0 comments on commit 8e1a4d9

Please sign in to comment.