Hello
I want test odoo 12 authentication in postman.In postman I am creating httprequest as POST method. first request check session with url http://localhost:8089/web/session/authenticate and second request check create customer with url http://127.0.0.1:8089/api/create_customer.
Question: I want create customer after session authentication. but if running single request i.e http://127.0.0.1:8089/api/create_customer in postman. customer is created without authentication.
--EDIT--
please also give me information about auth_oauth module. difference between auth_oauth and auth_signup.
Odoo Web Controller
1- http://bit.ly/odoo-web-controller
2- http://bit.ly/get-checkbox-value-in-odoo-controller