lively-scientist-17848
10/24/2024, 10:55 AMlively-scientist-17848
10/24/2024, 10:58 AMButtonSocial
component from elements.lively-scientist-17848
10/24/2024, 12:52 PM@ory/elements-react
package. Which looks significantly more customizable - what state is this in & when would you start recommending building with it?bland-eye-99092
10/24/2024, 1:51 PMlively-scientist-17848
10/24/2024, 2:36 PM"oidc": {
"config": {
"base_redirect_uri": "<https://auth.bbeng.dev>",
"providers": [
{
"client_id": "<<CLIENT_ID>>",
"client_secret": "<<CLIENT_SECRET>>",
"id": "google",
"label": "Google",
"mapper_url": "<https://storage.googleapis.com/bac-gcs-production/2a5b5d21061466db16f418c42de643c42c9d3bf2b1d9409d069f4ab0e1049abf159da34f2eb5e726057663c0cce4d8cfbf0826751a58eb7ec3b7214308625e72.jsonnet>",
"provider": "google",
"scope": [
"email",
"profile"
]
}
]
},
"enabled": true
},
lively-scientist-17848
10/24/2024, 3:45 PM`re @ory/elements-react`: We’re still working on it, but are aiming for stable releases soon ish (coming months). There is still a bunch of supporting infrastructure TBD, such as docs, etc. So the dev experience is still rough. But that’s next on our todo list.Thanks - it actually looks like it would be really useful for us. We are currently mulling a revamp of our onboarding pages - and elements in it’s current form wouldn’t let us create the experience that we want without a lot of CSS hackery.
lively-scientist-17848
10/24/2024, 4:38 PMlively-scientist-17848
10/24/2024, 4:38 PMimport "@ory/elements/assets/fa-brands.min.css"
import "@ory/elements/assets/fontawesome.min.css"
sorted itlively-scientist-17848
10/28/2024, 5:40 PMbland-eye-99092
10/29/2024, 8:06 AM