Shahin Alam
Results
2
comments of
Shahin Alam
@maiconcarraro , can you please share a working example for the Facebook login?
Those who are using nginx reverse proxy, can add the following in your `application.yml` ``` server: forward-headers-strategy: native ``` and your nginx configuration should be ``` location / { proxy_set_header...