Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

It uses ASP.NET for user authentication, and React for the UI. The main difference is that this app has a client-side part that creates JWT tokens to be used by the Weavy client. The app was created using Visual Studio 2022 (new project, ASP.NET Core with React.js template).

Notifications You must be signed in to change notification settings

weavy-labs/WeavyWijmo

 
 

Repository files navigation

ASP.NET WeavyWijmo

An ASP.NET Core application with a React UI.

The app uses ASP.NET for user authentication, and shows how you can get information about the user to create JWT tokens for use with Weavy.

For details, see the WeavyTokenController class, which creates JWT tokens based on a user ID.

The UI part of the app uses React, Weavy, and Wijmo.

This app was created using Visual Studio 2022 (new project, ASP.NET Core with React.js template).

To run the app, load it in Visual Studio 2022 and press F5.

This app was created to help you get started in the Weavy/Wijmo Hackathon.

About

It uses ASP.NET for user authentication, and React for the UI. The main difference is that this app has a client-side part that creates JWT tokens to be used by the Weavy client. The app was created using Visual Studio 2022 (new project, ASP.NET Core with React.js template).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.5%
  • C# 39.4%
  • HTML 4.1%
  • CSS 2.0%