You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**login:** Will allow your clients to log in by using the password grant client.
41
43
-**refreshToken:** Will allow your clients to refresh a passport token by using the password grant client.
42
44
-**logout:** Will allow your clients to invalidate a passport token.
45
+
-**forgotPassword:** Will allow your clients to request the forgot password email.
46
+
-**updateForgottenPassword:** Will allow your clients to update the forgotten password from the email received.
43
47
44
48
### Why the OAuth client is used in the backend and not from the client application?
45
49
46
-
When an application that needs to be re compiled and re deploy to stores like an iOS app needs to change the client for whatever reason, it becomes a blocker for QA or even if the client is removed. The app will not work until the new version with the updated keys is deployed. There are alternatives to store this configuration in the client but fot this use case we are relying on the backend to be the OAuth client
50
+
When an application that needs to be re compiled and re deploy to stores like an iOS app needs to change the client for whatever reason, it becomes a blocker for QA or even brakes the production app if the client is removed. The app will not work until the new version with the updated keys is deployed. There are alternatives to store this configuration in the client but for this use case we are relying on the backend to be the OAuth client
0 commit comments