File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
# The Planet Authentication Utilities Package: `planet_auth_utils`
17
17
18
18
This utility package provides higher leven and convenience functions for
19
- using the [planet_auth] package.
19
+ using the [planet_auth][] package.
20
20
21
21
The core functionality provided by this package includes:
22
22
23
- - [planet_auth_utils.PlanetAuthFactory][] - Factory methods makitng it easier for applicaiton developers to initialize
23
+ - [planet_auth_utils.PlanetAuthFactory][] - Factory methods making it easier for application developers to initialize
24
24
a coherent working set of [planet_auth] objects.
25
25
- `plauth` - The `plauth` command line utility is implemented in this package. It may be used
26
- as a stand alone utility, or it may be embedded into other [click](https://click.palletsprojects.com/en/stable/) applications.
26
+ as a stand- alone utility, or it may be embedded into other [click](https://click.palletsprojects.com/en/stable/) applications.
27
27
- [planet_auth_utils.Builtins][] - Built-in profile interface. Applications built on top of the
28
- may through dependency injection provide the _Planet Auth Library_ with build -in configurations
28
+ _Planet Auth Library_ may use configuration injection provide built -in configurations
29
29
suitable for the operating environment of the application.
30
30
31
31
"""
You can’t perform that action at this time.
0 commit comments