Skip to content
Snippets Groups Projects
Commit e2155bb9 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Add workaround to allow access from WebSocket server to service layer

Unfortunately, Spring Security cannot easily be used with our WebSocket
implementation since connections share a Thread and therefore share a
SecurityContext. An AuthenticationToken for WebSocket access to the
service layer is created.
parent 75f7ee4b
Branches
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment