Giter Site home page Giter Site logo

overte-org / overte-metaverse Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vircadia/vircadia-metaverse

3.0 3.0 7.0 1.02 MB

Metaverse server for Overte

License: Apache License 2.0

TypeScript 94.40% JavaScript 2.47% HTML 0.71% CSS 0.96% Shell 1.19% Dockerfile 0.28%

overte-metaverse's Introduction

Iamus

Metaverse server for Overte implemented in NodeJS/ExpressJS/TypeScript. This supports the basic inter-domain operations for a Overte grid: accounts, etc.

For building, refer to Building.

For how the metaverser-server fits in with the other services, refer to Notes On Development.

For some notes on internal structure of the Iamus metaverse-server, refer to Design.

For running a metaverse-server as a Docker image, refer to Running A Docker Image.

The Name

The original metaverse-server project is named "Project Apollo". "Iamus" is one of the Greek god Apollo's many sons. See https://en.wikipedia.org/wiki/Iamus .

overte-metaverse's People

Contributors

misterblue avatar daleglass avatar digisomni avatar dependabot[bot] avatar two-one-five avatar ctrlaltdavid avatar juliangro avatar

Stargazers

totegamma avatar KOKOA avatar  avatar

Watchers

 avatar  avatar  avatar

overte-metaverse's Issues

Users Harvesting Vulnerability

tokens.ts:65 - 86

Separating 'Unknown user' and 'Invalid password' would allow for a bad actor to see if usernames/emails are registered without having to know the password

Parameters "status=online" or "active=true" seems to not work correctly.

If we shutdown a domain, this one stay return in the place api even after 30 minutes of no hearth beating, and despite the domain.active value that is correctly turn to false after 5 minutes)

This has been tested in the browser with cash refresh.
and in the app it-self (even after a reload content)

Maybe something stopped to process? (cause I'm quite sure it already worked correctly)

Refreshed tokens do not appear to expire previous token

When a refresh token is sent to generate a new user scoped session token, it does not expire/delete the old token, resulting in an ever growing table of tokens, and potential security issue

src/routes/oauth/token.ts :: procPostOauthToken()

Add a property "published" to the "place" entity.

We must be able to use a placename without have this place name published in the explore app.
to be able to use hifiurl, to move between domain, we need at least a placename, but we might not used this placename for advertising. It can be purely for the addressing functionality. (there is not too much other alternative outside IP:port)

Some people want to have a navigability without be listed.

To address this, we would need to:
1- Add a property "published" to the "place" entity. (boolean)
2- Add a checkbox in the Place editor in the metaverse dashboard.
3- Exclude the places where the property "published" would be set to true, from this specific api: GET /api/v1/places (only this one, not any other)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.