Updated auth module default export
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-pinniped-provider': minor
|
||||
---
|
||||
|
||||
**BREAKING** The `authModulePinnipedProvider` is now the default export and should be used like this in your backend: `backend.add(import('@backstage/plugin-auth-backend-module-pinniped-provider'));`
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-microsoft-provider': minor
|
||||
---
|
||||
|
||||
**BREAKING** The `authModuleMicrosoftProvider` is now the default export and should be used like this in your backend: `backend.add(import('@backstage/plugin-auth-backend-module-microsoft-provider'));`
|
||||
@@ -21,5 +21,5 @@
|
||||
*/
|
||||
|
||||
export { microsoftAuthenticator } from './authenticator';
|
||||
export { authModuleMicrosoftProvider } from './module';
|
||||
export { authModuleMicrosoftProvider as default } from './module';
|
||||
export { microsoftSignInResolvers } from './resolvers';
|
||||
|
||||
@@ -21,4 +21,4 @@
|
||||
*/
|
||||
|
||||
export { pinnipedAuthenticator, PinnipedStrategyCache } from './authenticator';
|
||||
export { authModulePinnipedProvider } from './module';
|
||||
export { authModulePinnipedProvider as default } from './module';
|
||||
|
||||
Reference in New Issue
Block a user