auth0-java-mvc-common icon indicating copy to clipboard operation
auth0-java-mvc-common copied to clipboard

Contains common helper classes and api client logic that are used across our Java MVC libraries

Results 18 auth0-java-mvc-common issues
Sort by recently updated
recently updated
newest added

### Describe the problem you'd like to have solved The library does not work with recent Servlet containers that implement Jakarta EE. ### Describe the ideal solution A new major...

feature_request

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/auth0-java-mvc-common#readme) and the [Examples](https://github.com/auth0/auth0-java-mvc-common/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have looked into the [API...

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/auth0-java-mvc-common#readme) and the [Examples](https://github.com/auth0/auth0-java-mvc-common/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have looked into the [API...

### Describe the problem you'd like to have solved What I'm trying to do, is follow the PKCE flow. Meaning I have code_verifier, code_challenge and code_challenge method. What I can...

feature_request

Update codeowner file with new GitHub team name

### Checklist - [X] The issue can be reproduced in the [mvc-auth-commons sample app](https://github.com/auth0-samples/auth0-servlet-sample/tree/master/01-Login) (or N/A). - [X] I have looked into the [Readme](https://github.com/auth0/auth0-java-mvc-common#readme) and the [Examples](https://github.com/auth0/auth0-java-mvc-common/blob/master/EXAMPLES.md), and have not...

bug

### Changes Updated java-jwt version - 'com.auth0:java-jwt:4.5.0'

### Changes This is a refactor that upgrades the mvc-common library to Jakarta EE6.0 and JDK 17, allowing use on more modern servers and libraries - the tests were also...

### Changes - Updated com.auth0:auth0 - Added code fix ### References - [auth0-java migration guide](https://github.com/auth0/auth0-java/blob/master/MIGRATION_GUIDE.md) ### Testing Please describe how this can be tested by reviewers. Be specific about anything...

### Changes Commented out api diff task