oos-utils
                                
                                 oos-utils copied to clipboard
                                
                                    oos-utils copied to clipboard
                            
                            
                            
                        oos_util_totp.format_key_uri BUG
I have just installed this package to use the 2 stage Google authentication so great work !
I found a slight issue with generating QR codes.
The output for google two stage authentication formatted URI should be :
otpauth://totp/Example:[email protected]?secret=JBSWY3DPEHPK3PXP&issuer=Example
the output of your varchar2 missing &issuer.
Simply adding this to the output string will fix the issue.
@fuzziebrain can you please look into this?
@Kopite4Ever Can you please provide more information about the parameters you used when calling oos_util_totp.format_key_uri? Thanks.