resolve icon indicating copy to clipboard operation
resolve copied to clipboard

Provide consistent API to an authentication strategy and a callback

Open aleks-pro opened this issue 4 years ago • 0 comments

  1. Now you should use the internalRes object to access response (redirect, cookies, ...) in an authentication strategy or a callback

  2. You should always return jwt token or throw an exception from callback, so there is no proper way to process an error

aleks-pro avatar Feb 17 '21 16:02 aleks-pro