RigApi.V2.SessionBlacklist (Reactive Interaction Gateway v3.0.0-alpha.2) View Source

Controller that allows blocking "sessions" for a specific period of time.

What a session is depends on your business context and the JWT_SESSION_FIELD setting. For example, a session ID could be a random ID assigned to a token upon login, or the id of the user the token belongs to.

Link to this section Summary

Functions

Plug action to add a session id to the session blacklist.

Check blacklist status for a specific session id.

Link to this section Functions

Link to this function

blacklist_session(conn, params)

View Source

Plug action to add a session id to the session blacklist.

Check blacklist status for a specific session id.

Link to this function

swagger_path_blacklist_session(route)

View Source
Link to this function

swagger_path_check_status(route)

View Source