Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 679 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 679 Bytes

Auth Proxy

Naas Auth Proxy provides the following features:

  • Cookies can be retrived after login
  • Filter cookie based on name

Supported Logins

  • Notion.so
  • LinkedIn.com

Setup and Run

Clone the repo and install dependencies / packages:

$ npm install

Start the API:

$ npm start

API Documentation & Endpoints

API will be started at http://localhost:3001

[GET] Token

URL : /token Params :
url - URL of the service to perform login
email - Registred user's email id to be used for login
password - User password as plain text
filter - (Optional) Retrive specific cookie based on name