Skip to content

Commit

Permalink
minor #12035 info about JWT token generation required (rafbit)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.9-dev branch.

Discussion
----------

Added info about JWT token generation required to use API.

| Q               | A
| --------------- | -----
| Branch?         | 1.8 and master
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | no
| License         | MIT




Commits
-------

c45b1d9 info about JWT token generation required
f30e873 Update docs/api/index.rst
  • Loading branch information
lchrusciel committed Nov 18, 2020
2 parents 4b1ea10 + f30e873 commit b4ef833
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Unified API
The new, unified Sylius API is still under development, that's why the whole ``ApiBundle`` is tagged with ``@experimental``.
This means that all code from ``ApiBundle`` is excluded from :doc:`Backward Compatibility Promise </book/organization/backward-compatibility-promise>`.

To use this API remember to generate JWT token. For more information, please visit [jwt package documentation](https://github.com/lexik/LexikJWTAuthenticationBundle/blob/master/Resources/doc/index.md#generate-the-ssh-keys)

This part of the documentation is about the currently developed unified API for the Sylius platform.

.. toctree::
Expand Down

0 comments on commit b4ef833

Please sign in to comment.