Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guspaz0/vue-oauth2-debugger

Workflow of auth2 authentication server for learning purposes
https://github.com/guspaz0/vue-oauth2-debugger

html-css-javascript oauth2-client vue vuejs

Last synced: 16 days ago
JSON representation

Workflow of auth2 authentication server for learning purposes

Awesome Lists containing this project

README

        

# Oauth2 debugger Vue

Este es un app para obtener codigos de authorizacion desde un servidor Oauth2 compatible.

Es solo para fines educativos.

Sirve para conocer como es el flujo de solicitud de codigo desde el cliente al servidor.

Esta app simula ser el frontend. este solicita loguearse con sus credenciales al servidor, el mismo le responde con un codigo el cual el cliente debe usar para obtener el Json Web Token de acceso.