jar

org.webpieces.server : http-auth0login

Maven & Gradle

Sep 05, 2023
31 stars

http-auth0login · Http Router where you feed http requests in and get responses in the form of which view needs to be shown with the arguments that you need to give to that view

Table Of Contents

Latest Version

Download org.webpieces.server : http-auth0login JAR file - Latest Versions:

All Versions

Download org.webpieces.server : http-auth0login JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window http-auth0login-2.1.90.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.webpieces.auth0.api

├─ org.webpieces.auth0.api.AbstractAuthController.class - [JAR]

├─ org.webpieces.auth0.api.Auth0Config.class - [JAR]

├─ org.webpieces.auth0.api.Auth0Module.class - [JAR]

├─ org.webpieces.auth0.api.Auth0Plugin.class - [JAR]

├─ org.webpieces.auth0.api.Auth0Routes.class - [JAR]

├─ org.webpieces.auth0.api.GenerateAESKey.class - [JAR]

org.webpieces.auth0.client.api

├─ org.webpieces.auth0.client.api.Address.class - [JAR]

├─ org.webpieces.auth0.client.api.AuthApi.class - [JAR]

├─ org.webpieces.auth0.client.api.AuthRequest.class - [JAR]

├─ org.webpieces.auth0.client.api.AuthResponse.class - [JAR]

├─ org.webpieces.auth0.client.api.FetchProfileRequest.class - [JAR]

├─ org.webpieces.auth0.client.api.UserProfile.class - [JAR]

org.webpieces.auth0.impl

├─ org.webpieces.auth0.impl.Auth0ApiConfig.class - [JAR]

├─ org.webpieces.auth0.impl.AuthApiImpl.class - [JAR]

├─ org.webpieces.auth0.impl.AuthFilter.class - [JAR]