Skip to content

Commit 133169f

Browse files
Validating Third-Party JWTs in Directus (with Okta) (#513)
* first draft * quick fixes --------- Co-authored-by: Alexandre Chopin <contact@alexchopin.com>
1 parent 07f34fc commit 133169f

File tree

2 files changed

+458
-2
lines changed

2 files changed

+458
-2
lines changed

app/components/TutorialsArticles.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
const props = defineProps<{
33
path: string;
44
limit?: number;
5-
categoryTitle: string;
6-
showMore?: boolean;
75
}>();
86
97
const { data: articles } = await useAsyncData(props.path + '-preview', () => {

0 commit comments

Comments
 (0)