Posts by Danilo Andrade • 85 points
5 posts
-
2
votes0
answers238
viewsQ: Django-Rest-framework update user from another user
I need to change users from another user. But when I call serializer.save() it is not saved in the database and does not present error. My user model: class User(AbstractBaseUser, PermissionsMixin):…
-
0
votes1
answer163
viewsQ: Doubt in modeling Mongodb
From what I studied, when modeling an application using Mongodb one should always think about the application. Thinking about a system that has Promotion and Gender, where a promotion has a Gender,…
-
3
votes1
answer87
viewsQ: HTTPS on Rest architecture
I have a web service written using Springboot that runs on Tomcat and a client application written in Angularjs that runs on Apache2. I would like to know how the SSL issue works for this case.…
-
2
votes0
answers483
viewsQ: Spring Security Oauth2 in API Rest
Good morning. I have a Web Service Rest implemented and I am working on the security of it at the moment. This Web Service has been implemented using Spring Boot. Initially I will have as customers…
-
1
votes1
answer225
viewsQ: Spring Security Oauth + Firebase
Good afternoon. I’m implementing the security layer of my application. I decided that we will use Firebase to perform the authentication, and when it returns the access token to the client it will…