interledger4j / ilpv4-connector

An ILPv4 Connector implemented in Java
https://java-connector.ilpv4.dev
Apache License 2.0
19 stars 10 forks source link

Extract ILP-over-HTTP Spring Security Auth classes into new project #457

Open sappenin opened 4 years ago

sappenin commented 4 years ago

We should extract everything related to spring-security auth for ILP-over-HTTP into its own project that lives inside of interledger4j because this code is used in any use-case that does ILP over HTTP via Spring Security (e.g., Connector and SPSP Server).

See the org.interledger.spsp.server.auth package in the connector-server module.

sappenin commented 4 years ago

This will become especially important after https://github.com/sappenin/java-ilpv4-connector/issues/405 is completed because this will change how SIMPLE auth tokens are constructed and consumed in Java.