WO2019052170A1 - Procédé, appareil et dispositif permettant de mettre en oeuvre un évitement d'ouverture de session d'utilisateur, et support de stockage informatique - Google Patents

Procédé, appareil et dispositif permettant de mettre en oeuvre un évitement d'ouverture de session d'utilisateur, et support de stockage informatique Download PDF

Info

Publication number
WO2019052170A1
WO2019052170A1 PCT/CN2018/083817 CN2018083817W WO2019052170A1 WO 2019052170 A1 WO2019052170 A1 WO 2019052170A1 CN 2018083817 W CN2018083817 W CN 2018083817W WO 2019052170 A1 WO2019052170 A1 WO 2019052170A1
Authority
WO
WIPO (PCT)
Prior art keywords
login
url address
user
cookie
free
Prior art date
Application number
PCT/CN2018/083817
Other languages
English (en)
Chinese (zh)
Inventor
曾靖嵩
曹慧玲
洪隆樟
Original Assignee
平安科技(深圳)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2019052170A1 publication Critical patent/WO2019052170A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0815Network architectures or network communication protocols for network security for authentication of entities providing single-sign-on or federations

Definitions

  • the present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a computer storage medium for implementing user login-free.
  • the embodiment of the present invention provides a method, an apparatus, a device, and a computer storage medium for implementing user login-free, which can implement user login, avoid repeated program development, and improve user experience.
  • the embodiment of the present application provides a method for implementing user login-free, the method includes: acquiring account information input by a user when logging in to an application; performing a login operation according to a login prompt of the application; and obtaining a login operation after performing the login operation
  • the URL address is stored in the cookie; if the external plug-in needs to perform the user login, the URL address is obtained from the cookie and the URL address is opened to implement the user-free login.
  • the embodiment of the present application further provides an apparatus for implementing user login-free, the apparatus comprising: a first obtaining unit, configured to acquire account information input when a user logs in to an application; and a first execution unit, configured to: Performing a login operation according to the login prompt of the application; a second obtaining unit, configured to obtain a URL address after performing the login operation; a storage unit, configured to store the URL address into a cookie; and opening a unit for externally
  • the plug-in needs to perform a user login, obtain the URL address from the cookie, and open the URL address to implement user-free login.
  • the embodiment of the present application further provides a device for implementing user login-free, including: a memory for storing a program for implementing user-free login; and a processor for running the user-free stored in the memory.
  • the logged-in program performs the following operations: obtaining account information input when the user logs in to the application; performing a login operation according to the login prompt of the application; obtaining a URL address after performing the login operation; storing the URL address in the cookie If the external plug-in needs to perform user login, obtain the URL address from the cookie and open the URL address to implement user-free login.
  • an embodiment of the present application further provides a computer storage medium, where the computer storage medium stores one or more computer programs, and the one or more computer programs can be executed by one or more processors to implement The following steps: obtaining account information input when the user logs in to the application; performing a login operation according to the login prompt of the application; obtaining a URL address after performing the login operation; storing the URL address in a cookie; if an external plug-in needs to be performed The user logs in, obtains the URL address from the cookie, and opens the URL address to implement user-free login.
  • the embodiment of the present application can implement user-free login, can avoid repeated program development, and improve the user experience.
  • FIG. 1 is a schematic flowchart of a method for implementing user login-free according to an embodiment of the present application
  • FIG. 2 is another schematic flowchart of a method for implementing user login-free according to an embodiment of the present application
  • FIG. 3 is another schematic flowchart of a method for implementing user login-free according to an embodiment of the present disclosure
  • FIG. 4 is a schematic flowchart of a method for implementing user login-free according to another embodiment of the present application.
  • FIG. 5 is a schematic flowchart of a method for implementing user login-free according to another embodiment of the present application.
  • FIG. 6 is a schematic diagram of a method for implementing a user-free login method according to an embodiment of the present application.
  • FIG. 7 is a schematic block diagram of an apparatus for implementing user login-free according to an embodiment of the present application.
  • FIG. 8 is another schematic block diagram of an apparatus for implementing user login-free according to an embodiment of the present application.
  • FIG. 9 is another schematic block diagram of an apparatus for implementing user login-free according to an embodiment of the present disclosure.
  • FIG. 10 is another schematic block diagram of an apparatus for implementing user login-free according to an embodiment of the present application.
  • FIG. 11 is another schematic block diagram of an apparatus for implementing user login-free according to an embodiment of the present disclosure.
  • FIG. 12 is a schematic structural diagram of a device for implementing a user-free login according to an embodiment of the present application.
  • FIG. 1 is a schematic flowchart of a method for implementing user login-free according to an embodiment of the present application. The method includes steps S101 to S105.
  • the account information refers to personal information used by the user to log in to an application.
  • the account information that needs to be input includes the user's account name, account password, and the like.
  • the login operation is performed according to the login prompt of the application 1.
  • the login operation performed by the user is the login logic preset by the application, and the preset is preset.
  • the login logic specifies the operation steps that should be performed after the user inputs the account information, and gives the corresponding login prompt for the relevant operation steps, or displays the corresponding login interface.
  • the default login logic can be developed and defined by the application developer. The specific login logic is not limited herein.
  • the URL address refers to the network address of the page. If the default login logic is successfully executed, the URL address after the login operation is performed, for example, after the user successfully logs in to the application 1, The login page will complete the update and jump to the page where the user has logged in. Since each page (including the login page and the non-login page) has its own different page address, ie URL address, it is in the page where the user has logged in. The URL address is also present, and the URL address is obtained, such as http://www.yidenglu.com/.
  • a cookie is provided for storing the URL address
  • the cookie refers to a small piece of text information, which is transmitted between the web server and the browser along with the user request and the page, for example, when the user requests to access the URL.
  • the address is a page on http://www.yidenglu.com/
  • the application sends more than one page to the user. If the page is a logged in page, the cookie stores the page in the logged in state. URL address.
  • the cookie is stored in a folder on the user's hard disk.
  • the browser will Look up the cookie associated with the URL on the local hard drive. If the cookie exists, the browser sends it along with the page request to the site, and the application can open the requested page.
  • the external plug-in refers to an application plug-in written by a hypertext markup language HTML5 or other programming language, and the application plug-in exists by being attached to an application, and the external plug-in may be required to perform a user.
  • the plugin that is logged in can also be a plugin that does not require user login. If the external plug-in is a plug-in that requires user login, the stored application login page can be obtained from the cookie and the page can be opened to implement the user-free login.
  • the step of acquiring the URL address from the cookie and opening the URL address includes steps S201 to S202.
  • steps S301 to S303 are included before the opening of the URL address.
  • the terminal before receiving the request to open the URL address, the terminal is triggered to display a verification interface, where the user is required to input a verification identifier to verify whether the external plug-in is related to the URL address. match.
  • the terminal obtains the verification identifier input in the verification interface, and verifies whether the verification identifier input by the user matches the preset identifier by using the preset identifier.
  • the verification identifier input by the user may be a character identifier, which may be a fingerprint identifier, or may be The voice identifier is obtained when the verification identifier input by the user is a character identifier, and the character information input by the user on the verification interface is acquired; when the verification identifier input by the user is a fingerprint identifier, the fingerprint information input by the user on the verification interface is acquired; when the user inputs When the verification identifier is a voice identifier, the voice information input by the user on the verification interface is obtained.
  • the embodiment of the present application obtains the account information input when the user logs in to the application; performs a login operation according to the login prompt of the application; obtains the URL address after the login operation is performed; and stores the URL address into the cookie. If the external plug-in needs to perform user login, the URL address is obtained from the cookie and the URL address is opened to implement user-free login, which can avoid repeated program development and improve the user experience.
  • FIG. 4 is a schematic flowchart of a method for implementing user-free login according to an embodiment of the present application. The method includes steps S401 to S407.
  • the user since the personal account information of the user is stored in the URL address, the user may use personal privacy information such as an account password in the application, and if not encrypted, directly stored in the cookie. It can be easily stolen or viewed directly by other applications from cookies, resulting in the disclosure of personal privacy information that users need to protect. Therefore, in this embodiment, the encryption process is performed according to a preset encryption mechanism, so that various URL addresses in the application are first encrypted and then stored on the cookie, even if the URL address in the cookie is directly called in other applications. , all need to be decrypted before they can be viewed or opened.
  • a virtual block device (Hard Disk Image) is first established, and the created virtual block device is used as a device mapper mechanism.
  • the logical volume required for encryption is loaded to ensure continuous availability, consistency, and accuracy of the URL address.
  • the URL address in the application is placed under the loaded logical volume, and the URL address in the application is encrypted by using a preset encryption algorithm.
  • the preset encryption algorithm may be advanced encryption.
  • the Advanced Encryption Standard (AES) algorithm does not limit the default encryption algorithm to other encryption algorithms.
  • the encryption key is the set encryption password corresponding to the application, so that the URL address in the application is encrypted and stored in the cookie, and then passed.
  • the computer or other terminal checks the encrypted URL address stored under the cookie, it needs to decrypt it according to the encrypted password to view the valid content. Otherwise, it will be displayed as garbled, which improves various applications generated by the application. The security of the data file.
  • a cookie is provided for storing the encrypted URL address, and the cookie refers to a small piece of text information, which is transmitted between the web server and the browser along with the user request and the page, for example, in the user.
  • the application sends more than one page to the user. If the page is a logged in page, the cookie is stored in the logged in state. The URL of the page.
  • the cookie is stored in a folder on the user's hard disk.
  • the browser will Look up the cookie associated with the URL on the local hard drive. If the cookie exists, the browser sends it along with the page request to the site, and the application can open the requested page.
  • the encryption process according to the preset encryption mechanism in this embodiment prevents various URL addresses generated in the application from being easily stolen, and effectively ensures the user's personal privacy information included in the data generated by the application running. Security.
  • FIG. 5 is a schematic flowchart of a method for implementing user-free login according to an embodiment of the present application.
  • the method includes steps S501 to S507.
  • the user registers a user account in the corresponding background server by using the user's mobile phone in advance.
  • the user account includes at least a login account and a login password for logging in to the server.
  • the server logs the login.
  • the account number and the login password are stored in the server local storage.
  • the user needs to input the login account and the login password on the terminal; that is, the server needs to obtain the login account and login password of the user, and verify the login account and login password of the user, and the user needs to log in to the server.
  • the preset button may be clicked on the display interface of the terminal to submit a request for obtaining the login interface to the terminal, and the terminal receives the acquisition request.
  • the terminal may display a login interface as shown in FIG. 6 on its display interface, and the login interface includes an account input box, a password input box, a “confirm” button, and a “cancel” button.
  • the embodiment of the present application further provides an apparatus for implementing user-free login, and the apparatus 100 includes: a first acquiring unit 101, a first executing unit 102, and a first The second obtaining unit 103, the storage unit 104, and the opening unit 105.
  • the first obtaining unit 101 is configured to acquire account information input when the user logs in to the application.
  • the first execution unit 102 is configured to perform a login operation according to the login prompt of the application.
  • the second obtaining unit 103 is configured to obtain a URL address after the login operation is performed.
  • the storage unit 104 is configured to store the URL address into a cookie.
  • the opening unit 105 is configured to: if the external plug-in needs to perform user login, obtain the URL address from the cookie and open the URL address to implement user-free login.
  • the opening unit 105 includes: a third obtaining unit 1051, configured to obtain the stored URL address from the cookie.
  • the sub-unit 1052 is opened for opening the historical login page according to the URL address and by using a browser to implement user-free login.
  • the apparatus further includes: a verification unit 106, configured to verify whether a URL address obtained from the cookie matches the external plug-in.
  • the second execution unit 107 is configured to, if not, reject the URL address to be opened by the browser.
  • the third executing unit 108 is configured to, if yes, perform the step of opening the URL address.
  • the embodiment of the present application further provides an apparatus for implementing user-free login, and the apparatus 200 includes: a first acquiring unit 201, a first executing unit 202, and a first The second obtaining unit 203, the encrypting unit 204, the transmitting unit 205, and the opening unit 206.
  • the first obtaining unit 201 is configured to acquire account information input when the user logs in to the application.
  • the first execution unit 202 is configured to perform a login operation according to the login prompt of the application.
  • the second obtaining unit 203 is configured to obtain a URL address after performing the login operation.
  • the encryption unit 204 is configured to encrypt the acquired URL address based on a preset encryption mechanism.
  • the sending unit 205 is configured to send the encrypted URL address to the cookie.
  • the opening unit 206 is configured to: if the external plug-in needs to perform user login, obtain the URL address from the cookie and open the URL address to implement user-free login.
  • the embodiment of the present application further provides a device for implementing user-free login, and the device 300 includes: a determining unit 301, a display unit 302, and a first acquiring unit 303.
  • the determining unit 301 is configured to determine whether a request instruction for acquiring user account information is received.
  • the display unit 302 is configured to display a login interface on the current display interface if the request command is received, where the login interface includes at least an account input box and a password input box.
  • the first obtaining unit 303 is configured to acquire account information input when the user logs in to the application.
  • the first execution unit 304 is configured to perform a login operation according to the login prompt of the application.
  • the second obtaining unit 305 is configured to obtain a URL address after the login operation is performed.
  • the storage unit 306 is configured to store the URL address into a cookie.
  • the opening unit 307 is configured to: if the external plug-in needs to perform user login, obtain the URL address from the cookie and open the URL address to implement user-free login.
  • the above described means for implementing user login free can be implemented in the form of a computer program that can be run on a device as shown in FIG.
  • FIG. 12 is a schematic structural diagram of a computer device according to the present application.
  • the device may be a terminal or a server, wherein the terminal may be a communication-enabled electronic device such as a smart phone, a tablet computer, a notebook computer, a desktop computer, a personal digital assistant, and a wearable device.
  • the server can be a standalone server or a server cluster consisting of multiple servers.
  • the computer device 500 includes a processor 502, a non-volatile storage medium 503, a memory 504, and a network interface 505 that are coupled by a system bus 501.
  • the non-volatile storage medium 503 of the computer device 500 can store an operating system 5031 and a computer program 5032.
  • the processor 502 can be caused to perform a method for implementing user-free login.
  • the processor 502 of the computer device 500 is used to provide computing and control capabilities to support the operation of the entire computer device 500.
  • the internal memory 504 can store a computer program that, when executed by the processor, can cause the processor 502 to perform a method of implementing user-free login.
  • the network interface 505 of the computer device 500 is used to perform network communications, such as sending assigned tasks and the like. It will be understood by those skilled in the art that the structure shown in FIG. 12 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation of the computer device to which the solution of the present application is applied.
  • the specific computer device may It includes more or fewer components than those shown in the figures, or some components are combined, or have different component arrangements.
  • the processor 502 performs the following operations: acquiring account information input when the user logs in to the application; performing a login operation according to the login prompt of the application; obtaining a URL address after performing the login operation; storing the URL address to In the cookie; if the external plug-in needs to perform user login, the URL address is obtained from the cookie and the URL address is opened to implement the user-free login.
  • the obtaining the URL address from the cookie and opening the URL address comprises: obtaining the stored URL address from the cookie; opening a history according to the URL address and through a browser Log in to the page to enable users to log in.
  • the method further comprises: encrypting the acquired URL address based on a preset encryption mechanism.
  • the processor 505 also performs an operation of verifying whether the URL address obtained from the cookie matches the external plug-in; if not, rejecting the URL address to be opened by the browser; if so, The step of opening the URL address is performed.
  • the processor 505 further performs: determining whether a request instruction for acquiring user account information is received; and if the request instruction is received, displaying a login interface on the current display interface, the login interface At least the account input box and password input box are included.
  • the embodiment of the device for implementing the user-free login shown in FIG. 12 does not constitute a limitation on the specific configuration of the device that implements the user-free login.
  • the device that implements the user-free login may be Includes more or fewer components than shown, or combines some components, or different component arrangements.
  • the device implementing user login-free may include only the memory and the processor. In such an embodiment, the structure and function of the memory and the processor are consistent with the embodiment shown in FIG. Narration.
  • the application provides a computer storage medium storing one or more computer programs, the one or more computer programs being executable by one or more processors to implement the above method for implementing user login free .
  • the foregoing storage medium of the present application includes: a magnetic disk, an optical disk, a read-only memory (ROM), and the like, which can store various program codes.
  • the units in all the embodiments of the present application may be implemented by a general-purpose integrated circuit, such as a CPU (Central Processing Unit), or by an ASIC (Application Specific Integrated Circuit).
  • a general-purpose integrated circuit such as a CPU (Central Processing Unit), or by an ASIC (Application Specific Integrated Circuit).
  • the steps in the method for implementing the user-free login in the embodiment of the present application may be sequentially adjusted, merged, and deleted according to actual needs.
  • the units in the apparatus for implementing user-free login in the embodiment of the present application may be combined, divided, and deleted according to actual needs.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

L'invention concerne un procédé, un appareil et un dispositif permettant de mettre en oeuvre un évitement d'ouverture de session d'utilisateur, et un support de stockage informatique. Le procédé consiste à : acquérir des informations de compte entrées lorsqu'un utilisateur ouvre une session d'un programme d'application ; exécuter une opération d'ouverture de session selon une invite d'ouverture de session du programme d'application ; acquérir une adresse URL après l'exécution de l'opération d'ouverture de session ; stocker l'adresse URL dans un témoin ; et si un module d'extension externe a besoin d'effectuer une ouverture de session d'utilisateur, acquérir l'adresse URL à partir du témoin, et ouvrir l'adresse URL de façon à mettre en oeuvre un évitement d'ouverture de session d'utilisateur. Selon la présente invention, un développement de programme répété peut être évité, et l'expérience d'utilisation de l'utilisateur est améliorée.
PCT/CN2018/083817 2017-09-13 2018-04-20 Procédé, appareil et dispositif permettant de mettre en oeuvre un évitement d'ouverture de session d'utilisateur, et support de stockage informatique WO2019052170A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710822494.5 2017-09-13
CN201710822494.5A CN108259456B (zh) 2017-09-13 2017-09-13 实现用户免登录的方法、装置、设备、计算机存储介质

Publications (1)

Publication Number Publication Date
WO2019052170A1 true WO2019052170A1 (fr) 2019-03-21

Family

ID=62722283

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/083817 WO2019052170A1 (fr) 2017-09-13 2018-04-20 Procédé, appareil et dispositif permettant de mettre en oeuvre un évitement d'ouverture de session d'utilisateur, et support de stockage informatique

Country Status (2)

Country Link
CN (1) CN108259456B (fr)
WO (1) WO2019052170A1 (fr)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110875903B (zh) * 2018-08-31 2022-10-14 阿里巴巴集团控股有限公司 一种安全防御方法及设备
CN111596828B (zh) * 2020-05-14 2023-06-02 云账户技术(天津)有限公司 cookie同步方法、装置及计算机可读存储介质

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102325183A (zh) * 2011-09-09 2012-01-18 深圳市络道科技有限公司 基于单点登录方式实现的web端登录方法及系统
CN102984142A (zh) * 2012-11-21 2013-03-20 用友软件股份有限公司 企业资源计划系统的登录系统和登录方法
CN103618698A (zh) * 2013-11-08 2014-03-05 北京奇虎科技有限公司 cookie信息的处理方法及装置
CN103618807A (zh) * 2013-11-08 2014-03-05 北京奇虎科技有限公司 cookie信息的处理方法及装置
CN103905497A (zh) * 2012-12-27 2014-07-02 腾讯科技(深圳)有限公司 实现第三方应用业务网站登录的方法、装置及应用平台
CN104735066A (zh) * 2015-03-18 2015-06-24 百度在线网络技术(北京)有限公司 一种面向网页应用的单点登录方法、装置和系统

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103685334B (zh) * 2012-09-03 2018-04-06 许丰 智能应用浏览器
CN103036887B (zh) * 2012-12-18 2015-11-25 北京奇虎科技有限公司 实现网站登录的系统和方法
CN103268319A (zh) * 2013-04-17 2013-08-28 北京航空航天大学 一种基于网页的云浏览器
CN104951366A (zh) * 2015-07-16 2015-09-30 上海益玩网络科技有限公司 一种移动终端应用程序登录方法和设备
CN105791324B (zh) * 2016-05-12 2019-12-06 腾讯科技(深圳)有限公司 帐号登录方法和装置

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102325183A (zh) * 2011-09-09 2012-01-18 深圳市络道科技有限公司 基于单点登录方式实现的web端登录方法及系统
CN102984142A (zh) * 2012-11-21 2013-03-20 用友软件股份有限公司 企业资源计划系统的登录系统和登录方法
CN103905497A (zh) * 2012-12-27 2014-07-02 腾讯科技(深圳)有限公司 实现第三方应用业务网站登录的方法、装置及应用平台
CN103618698A (zh) * 2013-11-08 2014-03-05 北京奇虎科技有限公司 cookie信息的处理方法及装置
CN103618807A (zh) * 2013-11-08 2014-03-05 北京奇虎科技有限公司 cookie信息的处理方法及装置
CN104735066A (zh) * 2015-03-18 2015-06-24 百度在线网络技术(北京)有限公司 一种面向网页应用的单点登录方法、装置和系统

Also Published As

Publication number Publication date
CN108259456B (zh) 2020-11-17
CN108259456A (zh) 2018-07-06

Similar Documents

Publication Publication Date Title
US11520912B2 (en) Methods, media, apparatuses and computing devices of user data authorization based on blockchain
US11902281B2 (en) On-demand security policy activation
CN106716404B (zh) 计算机子网内的代理服务器
EP3092775B1 (fr) Procédé et système permettant de déterminer si un terminal ouvrant une session dans un site web est un terminal mobile
US10171455B2 (en) Protection of application passwords using a secure proxy
EP2875463B1 (fr) Procédé et système d'identité de navigateur
US9027108B2 (en) Systems and methods for secure file portability between mobile applications on a mobile device
US8505084B2 (en) Data access programming model for occasionally connected applications
US20160259947A1 (en) Method and apparatus for managing access to electronic content
US8856958B1 (en) Personalized content access prompt
US11924210B2 (en) Protected resource authorization using autogenerated aliases
US11063922B2 (en) Virtual content repository
US11363012B1 (en) System and methods for using role credentials associated with a VM instance
WO2019052170A1 (fr) Procédé, appareil et dispositif permettant de mettre en oeuvre un évitement d'ouverture de session d'utilisateur, et support de stockage informatique
US10218505B1 (en) Server based settings for client software with asymmetric signing
US9288189B2 (en) Retrieving both sensitive and non-sensitive content in a secure manner
US11803635B2 (en) Passing local credentials to a secure browser session
US10873571B1 (en) Techniques to pre-authenticate a user identity for an electronic account
US20240171543A1 (en) Protectively displaying specific fields in specific views of a secure interface
US12034714B2 (en) Techniques to pre-authenticate a user identity for an electronic account
KR20220056049A (ko) 원격 지원 시스템 및 방법과 이를 수행하기 위한 웹 애플리케이션 서버
JP2013069254A (ja) Webブラウザからの通信に制限を設ける技術の提供

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18857253

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 28/09/2020)

122 Ep: pct application non-entry in european phase

Ref document number: 18857253

Country of ref document: EP

Kind code of ref document: A1