我必须开发移动应用程序的后端(IOS swift)。我开始使用 laravel 创建 api。但我担心对我的 api 的访问:我应该如何授予对我的 api 的访问权限?我听说过一些关于 Oauth 密钥和护照的事情。
对于我的应用程序,我想:
-user can create an account (i guess it's with JWT)
-user can navigate in my app and start to use it after they create their account.
Run Code Online (Sandbox Code Playgroud)
我不知道创建供私人使用的 api 的基本过程(只有我的应用程序会使用它)我应该实现哪些安全内容以及为我的应用程序创建帐户将如何工作。谢谢 :)