Hi Fed I created this demo of my prototype for the project proposal. https://www.youtube.com/watch?v=g3QipLOGmjg Please have a look at it.
Also, I have successfully made a node.js proxy API endpoint for the login feature which listens for the requests at /api/v1/login and makes requests to the actual URL. I also implemented the feature to set a signed cookie. But to sign a cookie a secret phrase is required and I have a doubt regarding that. I want to clarify if a single secret phrase will be used for signing cookies of all the organization or different phrase for different org or different for different users. If we are to use different phrases for different organizations than either we need to make changes to openwisp_radius and create another api endpoint to get this phrase, or we'll have to integrate MongoDB or NoSQL with the node.js backend and randomly generate these phrases for different organizations or users and store them in the node database. Please guide me on this. Thanks Vivek -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
