Bartek Pieła

Results 2 issues of Bartek Pieła

**Is your feature request related to a problem? Please describe.** I'd like to use this awesome library but I didn't find the option to make 1:1 relation of links Now...

Hi! Thanks for creating this lib! I've got some problem with the signIn. Here's my code ` onSignIn: (user: User || null) => { console.log('user', user) sessionStorage.setItem('access_token', user.access_token); history.push('/') }`...