• Hello.
    We are using your plugin to develop custom endpoint api for our web-application.
    Everything worked just fine, but a few days ago we switched from http to https, and now we noticed that jwt is no longer working.

    We noticed that we can generate our jwt login token through https, but then every other endpoint is not working, if we try to use the default api (/wp-json/wp-/v2/posts/1) we get the error 401.
    If we use the same endpoints, but with HTTP, is working.

    Can you help us?
    Thank you in advance.

Viewing 1 replies (of 1 total)
  • Thread Starter RGB Soluzioni Web

    (@rgbsoluzioni)

    It seems that it doesnt recognise user login anymore, because if i do var_dump(get_current_user_id()); in the endpoint i get just “int(0)”.

Viewing 1 replies (of 1 total)

The topic ‘Token no longer working after switching from http to https’ is closed to new replies.