Example doesn't seem to be self-contained #5

Closed
opened 2024-02-07 09:50:13 +00:00 by kirill.zaborsky · 6 comments
kirill.zaborsky commented 2024-02-07 09:50:13 +00:00 (Migrated from gitlab.com)

In your README you have the following:

 provide_context(NavbarSignal::new());

Where does this signal come from?

In your README you have the following: ``` provide_context(NavbarSignal::new()); ``` Where does this signal come from?
kerkmann commented 2024-02-07 10:44:40 +00:00 (Migrated from gitlab.com)

Thank you very much for the hint, of course it should not be NavbarSignal::new(). Auth::init is providing the signal internally, you don't need to provide anything. I'll update the example later! Thank! ❤️

Thank you very much for the hint, of course it should not be `NavbarSignal::new()`. `Auth::init` is providing the signal internally, you don't need to provide anything. I'll update the example later! Thank! :heart:
kerkmann commented 2024-02-07 10:44:59 +00:00 (Migrated from gitlab.com)

assigned to @kerkmann

assigned to @kerkmann
kirill.zaborsky commented 2024-02-07 12:09:18 +00:00 (Migrated from gitlab.com)

BTW it would be very helpful to have a minimal but buildable/runnable example app in examples

BTW it would be very helpful to have a minimal but buildable/runnable example app in `examples`
kerkmann commented 2024-02-07 15:10:10 +00:00 (Migrated from gitlab.com)

mentioned in merge request !6

mentioned in merge request !6
kerkmann commented 2024-02-07 15:47:12 +00:00 (Migrated from gitlab.com)

mentioned in commit 7187988665

mentioned in commit 7187988665aa0cd8d0cd9189effe14d39cc5cefa
kerkmann commented 2024-02-07 15:51:33 +00:00 (Migrated from gitlab.com)

@kirill.zaborsky Thank you very much, it's more clear. a runnable example is quite impossible, because you need to setup an OIDC provider. But i'll create a separate issue and rethink about that. :3

@kirill.zaborsky Thank you very much, it's more clear. a runnable example is quite impossible, because you need to setup an OIDC provider. But i'll create a separate issue and rethink about that. :3
Sign in to join this conversation.
No labels
WIP
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kerkmann/leptos_oidc#5
No description provided.