authrix | docs

Ru

authrix | docs

Service Registration

To allow users to log in to your service, you need to register it. Registration in authrix is very simple. Enter your service's domain name and its name in the form below.

If you have done everything correctly, the service key and the service certificate have appeared above.

Installing the Certificate

Place the certificate in a directory of your project that is publicly accessible (for example, public/.well-known). It does not contain any private data. The most important thing is to securely store your service key. You will need it to validate user data. Read more about this in the "Widget" section.

Renewing the Certificate

The certificate is issued for one year for security reasons. You will need to come back here in a year and repeat the registration process. You will be issued a new certificate. Otherwise, a user trying to log in to your service via authrix will see a message that the certificate has expired.

What's Next?

Service registration is now complete. Proceed to the next section if you want to check your service certificate. If you are a developer, go to the "Widget" section to install the authorization widget.