intel / ACON

Apache License 2.0
55 stars 16 forks source link

Acond: add OpenID connect support #108

Closed xiangquanliu closed 2 months ago

xiangquanliu commented 2 months ago

The patch includes, 1) API login - to get authentication from user and return session to client 2) API logout - to make the login session expired 3) Middleware interceptor - to verify the session of client 4) Other changes - to refactor some functions