GoogleCloudPlatform / appengine-java-standard

Google App Engine Standard Java runtime: Prod runtime, local devappserver, Cloud SDK Java components, GAE APIs, and GAE API emulators.
Apache License 2.0
199 stars 45 forks source link

AppEngineAuthenticator does need to extend LoginAuthenticator for EE10 #247

Closed lachlan-roberts closed 2 months ago

lachlan-roberts commented 2 months ago

There is no reason for the EE10 AppEngineAuthenticator to extend LoginAuthenticator, so instead it should implement Authenticator directly.