Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add generic oidc provider #25

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    e9e31da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc64538 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    29f3106 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    915eef6 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Merge branch 'main' of https://github.com/Atinux/nuxt-auth-utils

    # Conflicts:
    #	src/runtime/server/lib/oauth/auth0.ts
    Azurency committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7113f98 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Merge branch 'main' of https://github.com/Atinux/nuxt-auth-utils

    # Conflicts:
    #	src/runtime/server/lib/oauth/auth0.ts
    Azurency committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    abf4754 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5405e60 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    c6f2c2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff45896 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. fix: add missing imports

    Azurency committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    119ca71 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    6cd7498 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    ac80fc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f3a81d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d0b413 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4b2659 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4b211d View commit details
    Browse the repository at this point in the history
  6. fix: update readme.

    maximilianmikus committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d85568e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Merge branch 'main' into oidc

    * main:
      chore(release): v0.0.15
      chore: up deps
      feat: added aws cognito provider (atinux#36)
      feat: add auth0 connection parameter to config (atinux#39)
      fix: replace encoded space characters with regular spaces (atinux#40)
      chore(release): v0.0.14
      chore: update deps
      feat: added keycloak as oauth provider (atinux#23)
      chore: test bundler module resolution (atinux#32)
      chore(release): v0.0.13
      chore: rename session from verify to fetch
      chore(release): v0.0.12
      fix: correct arguments for hooks
      chore(release): v0.0.11
      feat: add sessionHooks to extend user sessions
    maximilianmikus committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ed1ffb5 View commit details
    Browse the repository at this point in the history