Skip to content

Don't use a GUID as refresh token #1

@Genfood

Description

@Genfood

I guess a GUID isn't the best idea for a refresh token because the generation is pseudo random and could probbably be guessed. You use GUIDs as PKs in databses becuase they are unigue. Check this out.

Whaut about using RandomNumberGenerator from System.Security.Cryptography?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions