-
-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73e279d
commit 8917e12
Showing
4 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import { Canvas, Meta } from '@storybook/blocks'; | ||
|
||
import * as AuthStories from './Auth.stories'; | ||
|
||
<Meta of={AuthStories} /> | ||
|
||
# Protected HydraAdmin | ||
|
||
The `<HydraAdmin>` component protected by the `authProvider` which is a basic authentication provider. | ||
|
||
> Login with: **john** / **123** | ||
See the [React-admin documentation](https://marmelab.com/react-admin/Authentication.html) to learn more. | ||
|
||
<Canvas of={AuthStories.Loggedin} /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters