AdobeDocs / AdobeDocs/cc-everywhere
loginMode: 'delayed'
- Dominant language
- JavaScript
- Stars
- 16
- Forks
- 67
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 4
Description
### Expected Behaviour
The loginMode: 'delayed' parameter stopped working after my site was approved by Adobe.
It is expected that when creating or editing a design, my user is not required to log in
### Actual Behaviour
When I open the Adobe Embed screen I am forced to log in
### Reproduce Scenario (including but not limited to)
Implementing Adobe express embed in a web project and clicking on create new project with the parameter loginMode: 'delayed'. Save the project, get the project ID and try to edit
Remembering that the user cannot be logged into Adobe Express
#### Steps to Reproduce
Implementing Adobe express embed in a web project and clicking on create new project with the parameter loginMode: 'delayed'. Save the project, get the project ID and try to edit
Remembering that the user cannot be logged into Adobe Express
#### Platform and Version
MacOS Sequoia
#### Sample Code that illustrates the problem
```
const configParams = {
loginMode: 'delayed',
locale: 'pt_BR',
}
const { editor } = await window.CCEverywhere.initialize(initializeParams, configParams);
let docConfig = {
documentId: projectId // Project id created by another user, because in my web application I need users to edit other people's projects freely without any problems
};
let appConfig = {
callbacks: callbacks,
}
let exportConfig = exportOptions;
editor.edit(docConfig, appConfig, exportConfig, containerConfig);
```
#### Logs taken while reproducing problem
no logs
Contributor guide
Research direction
Start by reproducing the issue with the provided CCEverywhere.initialize configuration and the editor.edit call, using a project created by another user while logged out of Adobe Express. Compare the delayed login behavior during creation and editing; done means an unauthenticated user can edit the saved project without being forced to log in.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100