servant-auth icon indicating copy to clipboard operation
servant-auth copied to clipboard

Change client routes to generate `Maybe Token` instead of `Token`

Open domenkozar opened this issue 5 years ago • 0 comments

This is useful since the user may want to pass no authentication when calling the client, for example when authentication is optional on the server side.

domenkozar avatar Sep 02 '20 13:09 domenkozar