Authentication and Securing API Platform in Symfony

Discussion in 'Programming/Scripts' started by prakashmane, Feb 17, 2020.

  1. prakashmane

    prakashmane New Member

    Hello Friends,

    I'm seeking on some advice on a group project were working for a client.

    Our current set up is we have Symfony as our Back End using API Platform and we have an entirely separate environment for our Front End using Vue cli.

    For our next release, our client wants us to lock down our api (Currently anyone can access it) and we need to create users and authenticate them when logging into our website.

    Symfony has plenty of documentation on this topic, but I'm having trouble find a solution to our exact setup. Because Symfony doesn't do any of our client side rendering, the documentation are harder to translate for our setup.
     

Share This Page