AsyncAPI: Authentication layer for glee, support for different authentication frameworks

Currently, as a user, when we are using glee to build a WebSocket server, the only way of authenticating is by writing your own authentication logic in the functions. Which is repetitive and not a good solution when you have a large application, with the addition of WebSocket and HTTP adapters, glee needs support for authentication and authorization. Right now glee needs some kind of Authentication middleware for both server and client adapters.

Currently, client adapters are able to send authentication parameters with the help of glee config, and this needs to be updated so that it can support multiple authentication and authorization process.

Learn more here asyncapi/glee#377

Mentors:
@Souvikns @KhudaDad414

Project Repo:
tbd

Expected Difficulty:
Easy-Medium

Expected Time Commitment:
175 Hour