Files
backstage/plugins/auth-backend-module-github-provider/CHANGELOG.md
T
github-actions[bot] c8a8aac2af Version Packages
2023-11-14 13:25:17 +00:00

3.7 KiB

@backstage/plugin-auth-backend-module-github-provider

0.1.4

Patch Changes

0.1.4-next.2

Patch Changes

  • Updated dependencies

0.1.4-next.1

Patch Changes

  • Updated dependencies

0.1.4-next.0

Patch Changes

  • Updated dependencies

0.1.3

Patch Changes

  • 5d32a58b5a: Fixed a bug where the GitHub authenticator did not properly persist granted OAuth scopes.
  • Updated dependencies

0.1.3-next.2

Patch Changes

  • Updated dependencies

0.1.2-next.1

Patch Changes

  • Updated dependencies

0.1.2-next.0

Patch Changes

  • 5d32a58b5a: Fixed a bug where the GitHub authenticator did not properly persist granted OAuth scopes.
  • Updated dependencies

0.1.0

Minor Changes

  • 23af27f5ce: New module for @backstage/plugin-auth-backend that adds a GitHub auth provider.

Patch Changes

  • 71114ac50e: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);
    

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
    
  • Updated dependencies

0.1.0-next.3

Patch Changes

  • 71114ac50e: The export for the new backend system has been moved to be the default export.

    For example, if you are currently importing the plugin using the following pattern:

    import { examplePlugin } from '@backstage/plugin-example-backend';
    
    backend.add(examplePlugin);
    

    It should be migrated to this:

    backend.add(import('@backstage/plugin-example-backend'));
    
  • Updated dependencies

0.1.0-next.2

Patch Changes

  • Updated dependencies

0.1.0-next.1

Patch Changes

  • Updated dependencies

0.1.0-next.0

Minor Changes

  • 23af27f5ce: New module for @backstage/plugin-auth-backend that adds a GitHub auth provider.

Patch Changes

  • Updated dependencies