#Authentication for API calls

1 messages · Page 1 of 1 (latest)

bold pumice
#

Hi, right now i have all my endpoints set up and workout as I intend. My question is as of right now anyone with access to those endpoints could manipulate data. How can I make sure that an individual only can manipulate only their data but not everyone else's.

cloud frigateBOT
#

<@&1004656351647117403> please have a look, thanks.

cloud frigateBOT
#

While you are waiting for getting help, here are some tips to improve your experience:

Code is much easier to read if posted with syntax highlighting and proper formatting.

If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.

Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.

viscid panther
bold pumice
#

i havent created a login system, how can i do that? Spring Security? will it secure my API's? or do i need to do additional work