nicumicle / simple-jwt-login

This plugin allows you to log in, register, authenticate, delete and change the user password to a WordPress website using a JWT.
http://wordpress.org/plugins/simple-jwt-login/
GNU General Public License v3.0
83 stars 23 forks source link

feature: Settings import/export tool #68

Closed xitex closed 1 year ago

xitex commented 1 year ago

Is your feature request related to a problem?

Settings import/export tool

Describe the solution you'd like

To quickly set up the plugin, I would like to be able to export and import settings to the new site. If you also add the option to generate a strong jwt key on import (optional), it will be just a holiday. Thank you for amazing work!

Additional context (optional)

true2thepen commented 1 year ago

I have a suggestion for this. Add an endpoint that allows one to pull the config to another install. You could have an import section under General that you put in credentials from the site you want to pull from and have the plugin pull the config and import it into the current site. This would keep from having to download an export and upload to import.

nicumicle commented 1 year ago

Thanks for the suggestion @true2thepen !!

I'm trying to build a system that will allow us to keep in "sync" multiple WordPress websitess.

We will need to do the changes only on the "master" website, and all the other websites will be able to automatically sync with it.

nicumicle commented 1 year ago

The new addon can be found here: https://github.com/simple-jwt-login/export-import