Initial commit

Made project
Added initial implementation of OIDC Core client
Implemented auth flow initiation
Implemented auth response validation
This commit is contained in:
Radek Goláň jr. 2025-01-02 17:59:33 +01:00
parent 792782785f
commit fc5df943d8
Signed by: shield
GPG Key ID: D86423BFC31F3591

View File

@ -11,7 +11,6 @@ import androidx.compose.material3.Text
import androidx.compose.runtime.Composable import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier import androidx.compose.ui.Modifier
import androidx.compose.ui.tooling.preview.Preview import androidx.compose.ui.tooling.preview.Preview
import com.android.volley.toolbox.Volley
import com.shielddagger.auth.oidc_debugger.ui.theme.OIDCDebuggerTheme import com.shielddagger.auth.oidc_debugger.ui.theme.OIDCDebuggerTheme
class MainActivity : ComponentActivity() { class MainActivity : ComponentActivity() {