Skip to content
Snippets Groups Projects
Commit dcfa1ddd authored by Clément's avatar Clément
Browse files

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
Tags v0.8.0
1 merge request!18minor: sib-core@0.9-beta
Pipeline #3190 passed
{
"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"]
}
}
......@@ -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"
>
......
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`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment