jakartaee / security

Jakarta Security
https://projects.eclipse.org/projects/ee4j.security
Other
45 stars 39 forks source link

Support messaging protocol #288

Open hantsy opened 1 year ago

hantsy commented 1 year ago

Spring Security supports WebSocket, RSocket, etc.

And Jakarta EE also includes WebSocket spec, Jakarta Security should also consider other protocols other than HTTP.

For example, the client application get the JWT token and communicate with the Jakarta EE application via WebSocket.