reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Expose client token in state

Open picklelo opened this issue 3 years ago β€’ 1 comments

Sometimes the event handlers may need to know the specific client that is calling it, to do logic such as rate-limiting.

Each client has a token already, so we can just make this accessible in the state class as self.get_token()

picklelo avatar Jan 21 '23 01:01 picklelo