Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: supabase/auth Loading
base: master
Choose a base ref
...
head repository: puzzad/gotrue Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 22 files changed
  • 3 contributors

Commits on Nov 17, 2022

  1. feat: add password security requirements

    Adds options to require at least one character to be uppercase,
    lowercase, numeric and/or special. Defaults all to off to maintain
    compatibility with existing configurations.
    
    There's a lot of different possible complexity policies you
    could want, but these feel fairly simple and are based on the
    password policy options available in AWS IAM. It will at least
    allow you to stop 'password' and 'aaaaaa' being valid passwords!
    csmith committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    11ea7fe View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Merge pull request #1 from csmith/password_complexity

    feat: add password security requirements
    csmith committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    bde24d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Merge supabase/gotrue master

    greboid committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    a5e1be6 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Remove github workflows

    csmith committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    2fcb98d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Dump in puzzad code for confirmation emails

    This lets us use local files for templates(!), calls mailgun
    directly instead of using SMTP, and provides a nice and clean
    text representation.
    
    Includes the standard Puzzad template with the required
    company information.
    csmith committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    0829b74 View commit details
    Browse the repository at this point in the history
  2. Remove unused var...

    csmith committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    6326b11 View commit details
    Browse the repository at this point in the history
  3. Get e-mail correctly...

    csmith committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4e53aa4 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Update go version

    greboid committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    5b19ee5 View commit details
    Browse the repository at this point in the history
Loading