dotcom-rendering
dotcom-rendering copied to clipboard
Implement authentication checks on DCAR
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