Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guspaz0/vue-oauth2-debugger
- Owner: guspaz0
- License: mit
- Created: 2025-01-14T14:13:28.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2025-01-15T01:20:15.000Z (22 days ago)
- Last Synced: 2025-01-15T02:50:25.179Z (22 days ago)
- Topics: html-css-javascript, oauth2-client, vue, vuejs
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.