dotcom-rendering icon indicating copy to clipboard operation
dotcom-rendering copied to clipboard

Implement authentication checks on DCAR

Open abeddow91 opened this issue 1 year ago • 0 comments

DCAR articles do not yet take into account a users authentication status. However, the platform now needs to make decisions based on if a user is signed in or not. This is so that we can a) update the UI accordingly, and b) perform authenticated user actions such as posting comments.

This change will require work in four areas:

  • DCR support
  • Bridget support
  • Native iOS support
  • Native Android support
### Tasks
- [ ] Implement signIn and isSignedIn methods on DCR
- [ ] https://github.com/guardian/dotcom-rendering/issues/10786
- [ ] https://github.com/guardian/dotcom-rendering/issues/10787
- [ ] Implement signIn and isSignedIn methods on Android

abeddow91 avatar Feb 29 '24 14:02 abeddow91