bluexsx / box-im

盒子IM是一个仿微信的聊天工具。后端采用springboot+netty实现,web端使用vue,移动端使用uniapp,支持私聊、群聊、离线消息、发送图片、文件、语音、emoji表情、视频聊天等功能。
https://www.boxim.online/
MIT License
223 stars 39 forks source link

pipeline能否加个authHandler #2

Open quuee opened 9 months ago

quuee commented 9 months ago

pipeline能否加个authHandler,将loginProcessor提取出来放到authHandler,反正loginProcessor也是解析token

bluexsx commented 9 months ago

可以是可以,效果应该差不多吧