2019-03-16 15:44:29 -07:00
|
|
|
import NetlifyAuthenticator from './netlify-auth';
|
|
|
|
import ImplicitAuthenticator from './implicit-oauth';
|
|
|
|
export const NetlifyCmsLibAuth = { NetlifyAuthenticator, ImplicitAuthenticator };
|
|
|
|
export { NetlifyAuthenticator, ImplicitAuthenticator };
|