Commit graph

2 commits

Author SHA1 Message Date
Chris Hickingbottom
0b85df2619
Update LogoutButton to all customizable style designs
Added classes and styles attributes that allow the button to be styled by the developer.
2023-01-20 11:57:03 -06:00
Darrel O'Pry
e4cf984082 fix: context must be loaded on initialization
svelte 3.25 and later won't let you call getContext and setContext
outside of component initialization. This means you need to implement
components inside the Auth0Context that getContext on initialization
then pass them to functions

BREAKING CHANGE: function signature for login, logout, and refreshToken
2021-03-18 15:43:23 -04:00