with frontend) you should implement authorization and authentication, you'll need to read about it. I recommend you to use sessions for this (but it depends on how the app is built)
If it's just an api, you can use any of the authentication strategies like, basic auth, oauth2, jwt, etc
be super sure to read about it before you implement it, because it is a complex topic.
good luck
It's a web app with a basic frontend. It's my first app in the programming world. I want some users to use multiple accounts while some should have single account. Some should be have unlimited access, while some should have limited access.
Обсуждают сегодня