@iad-os/react-ghost-auth
Advanced tools
Comparing version 0.7.9-0 to 0.8.0-0
@@ -1,2 +0,2 @@ | ||
import AuthenticationProvider, { useAuthentication, useToken, useUserInfo } from './Authentication'; | ||
import { useAuthentication, useToken, useUserInfo } from './Authentication'; | ||
import AutoLogin from './components/AutoLogin'; | ||
@@ -8,5 +8,6 @@ import LoggedIn from './components/LoggedIn'; | ||
import { TokenResponse, AuthenticationConfig } from './models'; | ||
export default AuthenticationProvider; | ||
import ReactGhostAuthProvider from './ReactGhostAuthProvider'; | ||
export default ReactGhostAuthProvider; | ||
export { useAuthentication, useToken, useUserInfo }; | ||
export type { AuthenticationConfig, TokenResponse }; | ||
export { AutoLogin, LoggedIn, LogginIn, Public, RequireAuth }; |
{ | ||
"name": "@iad-os/react-ghost-auth", | ||
"version": "0.7.9-0", | ||
"version": "0.8.0-0", | ||
"maintainers": [ | ||
@@ -5,0 +5,0 @@ { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
614338
18
7020