okta / samples-blazor

samples-blazor
https://github.com/okta/samples-blazor
Apache License 2.0
16 stars 19 forks source link

Add Hosted Blazor WASM Okta-hosted Login Sample #2

Closed laura-rodriguez closed 4 years ago

laura-rodriguez commented 4 years ago

This PR adds a new Hosted Blazor WASM sample using the default Blazor template. The sample allows users to Sign In/Sign Out, see their claims on the /Profile page and call protected endpoints.

To review this project I suggest following the instructions in the readme and run it locally, so we can make sure the instructions are clear and the project works as expected.

Notice this is a private repo but I will make it public once we add the OSS files. Also, I will add the OSS files in a separate PR (https://oktainc.atlassian.net/browse/OKTA-322441).

Fixes https://oktainc.atlassian.net/browse/OKTA-319057.

Screenshots: image image image

laura-rodriguez commented 4 years ago

I think it would helpful to have a readme at the root of the repo with an introduction and brief description of the available samples server-side and web-assembly; this could link to the readme for each.

Yes, I'm planning to push that in a separate PR (OSS files plus root readme)