feat: auth jwt, permissions, login ui (wip)
This commit is contained in:
@@ -3,6 +3,7 @@ title: Auth0
|
||||
description: Auth0 provides universal identity platform for web, mobile, IoT, and internal applications.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/auth0.svg
|
||||
color: deep-orange
|
||||
website: https://auth0.com/
|
||||
useForm: false
|
||||
props:
|
||||
|
@@ -3,6 +3,7 @@ title: Azure Active Directory
|
||||
description: Azure Active Directory (Azure AD) is Microsoft’s multi-tenant, cloud-based directory, and identity management service that combines core directory services, application access management, and identity protection into a single solution.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/azure.svg
|
||||
color: blue darken-3
|
||||
website: https://azure.microsoft.com/services/active-directory/
|
||||
useForm: false
|
||||
props:
|
||||
|
@@ -3,6 +3,7 @@ title: CAS
|
||||
description: The Central Authentication Service (CAS) is a single sign-on protocol for the web.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/cas.svg
|
||||
color: green darken-2
|
||||
website: https://apereo.github.io/cas/
|
||||
useForm: false
|
||||
props:
|
||||
|
@@ -3,6 +3,7 @@ title: Discord
|
||||
description: Discord is a proprietary freeware VoIP application designed for gaming communities, that specializes in text, video and audio communication between users in a chat channel.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/discord.svg
|
||||
color: indigo lighten-2
|
||||
website: https://discordapp.com/
|
||||
useForm: false
|
||||
props:
|
||||
|
@@ -3,6 +3,7 @@ title: Dropbox
|
||||
description: Dropbox is a file hosting service that offers cloud storage, file synchronization, personal cloud, and client software.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/dropbox.svg
|
||||
color: blue darken-2
|
||||
website: https://dropbox.com
|
||||
useForm: false
|
||||
props:
|
||||
|
@@ -3,6 +3,7 @@ title: Facebook
|
||||
description: Facebook is an online social media and social networking service company.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/facebook.svg
|
||||
color: indigo
|
||||
website: https://facebook.com/
|
||||
useForm: false
|
||||
props:
|
||||
|
@@ -3,6 +3,7 @@ title: GitHub
|
||||
description: GitHub Inc. is a web-based hosting service for version control using Git.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/github.svg
|
||||
color: grey darken-3
|
||||
website: https://github.com
|
||||
useForm: false
|
||||
props:
|
||||
|
@@ -3,6 +3,7 @@ title: Google
|
||||
description: Google specializes in Internet-related services and products, which include online advertising technologies, search engine, cloud computing, software, and hardware.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/google.svg
|
||||
color: red darken-1
|
||||
website: https://console.developers.google.com/
|
||||
useForm: false
|
||||
props:
|
||||
|
@@ -3,6 +3,7 @@ title: LDAP / Active Directory
|
||||
description: Active Directory is a directory service that Microsoft developed for the Windows domain networks.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/active-directory.svg
|
||||
color: blue darken-3
|
||||
website: https://www.microsoft.com/windowsserver
|
||||
useForm: true
|
||||
props:
|
||||
|
@@ -3,6 +3,7 @@ title: Local
|
||||
description: Built-in authentication for Wiki.js
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/wikijs.svg
|
||||
color: yellow darken-3
|
||||
website: https://wiki.js.org
|
||||
useForm: true
|
||||
props: {}
|
||||
|
@@ -3,6 +3,7 @@ title: Microsoft
|
||||
description: Microsoft is a software company, best known for it's Windows, Office, Azure, Xbox and Surface products.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/microsoft.svg
|
||||
color: blue
|
||||
website: https://apps.dev.microsoft.com/
|
||||
useForm: false
|
||||
props:
|
||||
|
@@ -3,6 +3,7 @@ title: Generic OAuth2
|
||||
description: OAuth 2 is an authorization framework that enables applications to obtain limited access to user accounts on an HTTP service.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/oauth2.svg
|
||||
color: grey darken-4
|
||||
website: https://oauth.net/2/
|
||||
useForm: false
|
||||
props:
|
||||
|
@@ -3,6 +3,7 @@ title: Generic OpenID Connect
|
||||
description: OpenID Connect 1.0 is a simple identity layer on top of the OAuth 2.0 protocol.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/oidc.svg
|
||||
color: blue-grey darken-2
|
||||
website: http://openid.net/connect/
|
||||
useForm: false
|
||||
props:
|
||||
|
@@ -3,6 +3,7 @@ title: Okta
|
||||
description: Okta provide secure identity management and single sign-on to any application.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/okta.svg
|
||||
color: blue darken-1
|
||||
website: https://www.okta.com/
|
||||
useForm: false
|
||||
props:
|
||||
|
@@ -3,6 +3,7 @@ title: SAML 2.0
|
||||
description: Security Assertion Markup Language 2.0 (SAML 2.0) is a version of the SAML standard for exchanging authentication and authorization data between security domains.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/saml.svg
|
||||
color: red darken-3
|
||||
website: https://wiki.oasis-open.org/security/FrontPage
|
||||
useForm: false
|
||||
props:
|
||||
|
@@ -3,6 +3,7 @@ title: Slack
|
||||
description: Slack is a cloud-based set of proprietary team collaboration tools and services.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/slack.svg
|
||||
color: green
|
||||
website: https://api.slack.com/docs/oauth
|
||||
useForm: false
|
||||
props:
|
||||
|
@@ -3,6 +3,7 @@ title: Twitch
|
||||
description: Twitch is a live streaming video platform.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/twitch.svg
|
||||
color: indigo darken-2
|
||||
website: https://dev.twitch.tv/docs/authentication/
|
||||
useForm: false
|
||||
props:
|
||||
|
Reference in New Issue
Block a user