Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Toolkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Web Component Framework
Toolkit
Commits
1921f653
Unverified
Commit
1921f653
authored
4 years ago
by
Bekerle, Patrizio
Browse files
Options
Downloads
Patches
Plain Diff
Fix whitespaces, grammar and typo
parent
f6cd2574
No related branches found
No related tags found
No related merge requests found
Pipeline
#17727
failed
4 years ago
Stage: test
Stage: deploy
Stage: e2e-stage1
Stage: e2e-stage2
Stage: e2e-stage3
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/auth/README.md
+3
-3
3 additions, 3 deletions
packages/auth/README.md
with
3 additions
and
3 deletions
packages/auth/README.md
+
3
−
3
View file @
1921f653
...
...
@@ -72,10 +72,10 @@ The component emits a `dbp-set-property` event for the attribute `auth`:
The component emits a
`dbp-set-property`
event for the attribute
`requested-login-status`
(possible values
`logged-in`
,
`logged-out`
).
## Alternative to <dbp-auth>
If embedded in an external page (without
`<dbp-provider>`
) components can work also together with a different source for the auth token:
If embedded in an external page (without
`<dbp-provider>`
) components can also work together with a different source for the auth token:
```
html
<dbp-person-select
id=
"ps-1"
></dbp-person-select>
<script>
...
...
@@ -92,8 +92,8 @@ If embedded in an external page (without `<dbp-provider>`) components can work a
}
</script>
```
PS: some components need information about the logged in person too!
Note: Some components need information about the logged-in person too!
## Local development
...
...
This diff is collapsed.
Click to expand it.
Neuber, Eugen Ramon
@398EE57581B44C9A
·
4 years ago
Maintainer
Thanks!
Thanks!
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment