import { Box, Divider, Flex } from '@chakra-ui/react'; import React from 'react'; // Don't allow changing database from here as it can cause persistence issues export default function Environment() { return (

Social Media Logins

- Add horizontal input for clientID and secret for - Google - Github - Facebook

Roles

- Add tagged input for roles, default roles, and protected roles

JWT Configurations

- Add input for JWT Type (keep this disabled for now with notice saying, "More JWT types will be enabled in upcoming releases"),JWT secret, JWT role claim

Session Storage

- Add input for redis url

Email Configurations

- Add input for SMTP Host, PORT, Username, Password, From Email,

White Listing

- Add input for allowed origins

Organization Information

- Add input for organization name, and logo

Custom Scripts

- For now add text area input for CUSTOM_ACCESS_TOKEN_SCRIPT

Disable Features

Danger

- Include changing admin secret
); }