File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ export default defineConfig({
164
164
collapsed : true ,
165
165
} ,
166
166
{
167
- label : "Introspection Auth Handler " ,
167
+ label : "Introspection for ASP.NET Core " ,
168
168
badge : "oss" ,
169
169
autogenerate : { directory : "introspection-auth-handler" } ,
170
170
collapsed : true ,
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ import Newsletter from "~/components/Newsletter.astro";
87
87
Learn more
88
88
</LinkButton >
89
89
</Card >
90
- <Card title = " Introspection Authentication Handler " icon = " github" >
90
+ <Card title = " Introspection for ASP.NET Core " icon = " github" >
91
91
<Badge text = { " OSS" } /> ASP.NET Core authentication handler for OAuth 2.0 token introspection.
92
92
<LinkButton href = " /introspection-auth-handler/" variant = " secondary" >
93
93
Learn more
You can’t perform that action at this time.
0 commit comments