mirror of
https://github.com/paralus/paralus.git
synced 2026-05-07 08:56:42 +00:00
* Expose NewSessionContext function When auth middleware or interceptor is being mocked by other service then they can take help of `session.NewSessionContext` to store mocked session data to request context. * Initialize _log in auth at creating * Allow excluding URLs in Auth middleware