Skip to content

[6.x] OAuth buttons sizes & Microsoft provider #13405

@vitalijalbu

Description

@vitalijalbu

Bug description

I've added google and microsoft oauth providers (using socialite)

  • buttons doesn't have same width
  • need also a button title, not only logo
  • microsoft (or custom extra provider) doesn't have any logo... so would be better have custom logo and custom text aswell...
    'enabled' => env('STATAMIC_OAUTH_ENABLED', true),

    'email_login_enabled' => true,

    'providers' => [
        'microsoft' => 'Microsoft',
        'google' => 'Google',
    ],

    'routes' => [
        'login' => 'oauth/{provider}',
        'callback' => 'oauth/{provider}/callback',
    ],
Image

How to reproduce

Logs

Environment

Environment
Application Name: AUREA
Laravel Version: 12.43.1
PHP Version: 8.4.16
Composer Version: 2.9.2
Environment: local
Debug Mode: ENABLED
URL: crowd-2.test
Maintenance Mode: OFF
Timezone: UTC
Locale: it

Cache
Config: NOT CACHED
Events: NOT CACHED
Routes: NOT CACHED
Views: CACHED

Drivers
Broadcasting: log
Cache: file
Database: mysql
Logs: stack / single
Mail: log
Queue: background
Session: file

Storage
public/storage: NOT LINKED

Statamic
Addons: 1
Sites: 1
Stache Watcher: Enabled
Static Caching: half
Version: 6.0.0-alpha.20 PRO

Statamic Addons
statamic/ssg: 3.1.1

Installation

Fresh statamic/statamic site via CLI

Additional details

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions