1
0
Fork 0

chore(markdown): Move paragraph into the right place

This commit is contained in:
joostdecock 2022-11-06 20:20:22 +01:00
parent bd7c3e8b6e
commit 8c34c79ed2

View file

@ -16,6 +16,9 @@ use our backend as a service to build your own projects.
## Changes for developers
We've made a number of changes to make it easier for external developers and
contributors to work with our backend.
### Authentication with JWT and API keys
Before version 3, the backend only supported authentication via JSON Web
@ -28,9 +31,6 @@ allow any FreeSewing user to generate their own API keys.
In other words, if you want to connect to our backend API, you don't need to
ask us. You can generate your own API key and start right away.
We've made a number of changes to make it easier for external developers and
contributors to work with our backend.
### Sqlite instead of MongoDB
Our backend used to use MongoDB for storage. Since version 3, we've moved to