Generating Guids in Ruby

后端 未结 10 1831
南笙
南笙 2020-11-27 10:53

I have problem that is really easily solved with Guids.

In particular, for a password reset workflow, I would like to send a Guid token to a user\'s email and have

10条回答
  •  自闭症患者
    2020-11-27 11:28

    Did you look at UUIDTools?

    UUIDTools was designed to be a simple library for generating any of the various types of UUIDs (or GUIDs if you prefer to call them that). It conforms to RFC 4122 whenever possible.

提交回复
热议问题