Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sib-auth
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
Container Registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Framework
sib-auth
Commits
dcfa1ddd
Commit
dcfa1ddd
authored
5 years ago
by
Clément
Browse files
Options
Downloads
Plain Diff
Merge branch 'oidc-0.9' into 'master'
minor: sib-core@0.9-beta See merge request startinblox/framework/sib-oidc!18
parents
4b194105
a6cc5ee5
No related branches found
Branches containing commit
Tags
v0.8.0
Tags containing commit
1 merge request
!18
minor: sib-core@0.9-beta
Pipeline
#3190
passed
5 years ago
Stage: release
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.eslintrc
+3
-8
3 additions, 8 deletions
.eslintrc
index.html
+2
-2
2 additions, 2 deletions
index.html
sib-auth.js
+1
-1
1 addition, 1 deletion
sib-auth.js
with
6 additions
and
11 deletions
.eslintrc
+
3
−
8
View file @
dcfa1ddd
{
"parser": "babel-eslint",
"extends": [
"airbnb-base"
],
"extends": ["airbnb-base"],
"env": {
"browser": true
},
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
,
"sourceType": "module"
},
"rules": {
"import/no-unresolved": 0,
"import/extensions": [
0,
"always"
],
"import/extensions": [0, "always"]
}
}
This diff is collapsed.
Click to expand it.
index.html
+
2
−
2
View file @
dcfa1ddd
...
...
@@ -44,13 +44,13 @@
<sib-auth>
<sib-auth-provider
data-authority=
"https://api.
test-paris
.happy-dev.fr/"
data-authority=
"https://api.
alpha
.happy-dev.fr/"
data-client_id=
"234528"
data-id=
"paris"
>
</sib-auth-provider>
<sib-auth-provider
data-authority=
"https://api.
test-paris
.happy-dev.fr/"
data-authority=
"https://api.
alpha
.happy-dev.fr/"
data-client_id=
"234528"
data-id=
"paris2"
>
...
...
This diff is collapsed.
Click to expand it.
sib-auth.js
+
1
−
1
View file @
dcfa1ddd
import
auth
from
'
https://dev.jspm.io/solid-auth-client
'
;
import
{
Helpers
}
from
'
https://unpkg.com/@startinblox/core@0.
8
'
;
import
{
Helpers
}
from
'
https://unpkg.com/@startinblox/core@0.
9
'
;
const
baseUrl
=
import
.
meta
.
url
.
replace
(
/
\/[^/]
*$/
,
''
);
Helpers
.
importCSS
(
`
${
baseUrl
}
/sib-auth.css`
);
...
...
This diff is collapsed.
Click to expand it.
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