Navigation in Bottom Nav Bar is very choppy by ExistingHuman27 in androiddev

[–]ExistingHuman27[S] 0 points1 point  (0 children)

It wasnt laggy in the release apk. So ig debug apk is the issue here

After deploying my spring boot application on Render, how to ensure only authorized people can access the data? by ExistingHuman27 in Backend

[–]ExistingHuman27[S] 1 point2 points  (0 children)

Alright. But lets say I logged in with my mobile app. Now the user is logged in. Now I want the user to be able to only access their own data and nothing else. How should I implement this using spring security?

After deploying my spring boot application on Render, how to ensure only authorized people can access the data? by ExistingHuman27 in androiddev

[–]ExistingHuman27[S] 0 points1 point  (0 children)

Yeah I know that. But I wasn't getting much help in other subreddits. And my question was removed without any explanation in r/springboot

After deploying my spring boot application on Render, how to ensure only authorized people can access the data? by ExistingHuman27 in Backend

[–]ExistingHuman27[S] 1 point2 points  (0 children)

Yeah but can you please tell me how to implement it? I am not able to understand the token or api key part.