Skip to content

How to implemnt user authentication and modify rest API #110

Answered by rptmat57
lantianjialiang asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Liang,

For 1. you can use the NEMO-allauth plugin which provides a lot more options for authentication. It is based on django-allauth and support a ton of providers.

For 2. you are correct, at the moment NEMO's REST API only supports data read. If you want to implement POST, PUT, DELETE etc. for NEMO you can either submit a PR, or create your own plugin to add this functionality.
I would have to check with the other stakeholders, but I think PRs to add more REST support would be welcomed.

Thanks,
Mathieu

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rptmat57
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants