Giter Club home page Giter Club logo

chat-dotnet-core's People

Contributors

angelkyriako avatar

Stargazers

 avatar

Watchers

 avatar  avatar

chat-dotnet-core's Issues

authorize websockets & sync user with WSConnection?

Assuming an additional property is added to WSConnection (Session: UserAndToken) and adding support for an WSMessage of action="authenticate".

  • Find a way to support a Generic WSConnection for the WS middleware, without depending on ChatApp.Model.
  • on connect wait for a few seconds and check if the WSConnection has a not null Session property. If it does not, drop the connection*.

  • do not drop the connection, just filter the WSConnections to those that have a not null Session at SendMessage.

  • Add a WSConnectionId property on the user model. Update the user when they send the 'authenticate' action. Update again when the connection is dropped.

*drop the connection: a retry mechanism should be setup to be done properly:

  1. user's token is invalid or does not exist.
  2. server sends a warning message (action=unauthorized)
  3. server waits for a while and checks session again.
  4. If unauthorized: retry by return at 2 X times or drop connections else: its cool, do nothing.

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.