An open API service indexing awesome lists of open source software.

https://github.com/fusedvr/chainauth-console

Admin Console for Chain Auth
https://github.com/fusedvr/chainauth-console

console html

Last synced: 5 months ago
JSON representation

Admin Console for Chain Auth

Awesome Lists containing this project

README

          

# chainauth-console

This project is a set of static HTML pages that serve the Front End Console for the Chain Auth Solution at [https://console.fusedvr.com](https://console.fusedvr.com).

To test this project locally, install a local https server such as https-localhost.

`npm install -g https-localhost`

And then you can serve the project on Port 5000 so that the console can bypass CORS.

`PORT=5000 serve`