https://github.com/openconext/stepup-selfservice
Stepup Self-service interface
https://github.com/openconext/stepup-selfservice
Last synced: 8 months ago
JSON representation
Stepup Self-service interface
- Host: GitHub
- URL: https://github.com/openconext/stepup-selfservice
- Owner: OpenConext
- License: apache-2.0
- Created: 2014-09-10T08:44:58.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-05-29T10:49:46.000Z (11 months ago)
- Last Synced: 2025-09-08T07:41:03.663Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 6.09 MB
- Stars: 2
- Watchers: 15
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Step-up Self-Service
====================
[](https://github.com/OpenConext/Stepup-SelfService/actions/workflows/test-integration.yml)
This component is part of "Step-up Authentication as-a Service" and requires other supporting components to function. See [Stepup-Deploy](https://github.com/OpenConext/Stepup-Deploy) for an overview.
## Requirements
* PHP 8.2
* [Composer](https://getcomposer.org/)
* A web server (Apache, Nginx)
* Graylog2 (or disable this Monolog handler)
* A working [Gateway](https://github.com/OpenConext/Stepup-Gateway)
* Working [Middleware](https://github.com/OpenConext/Stepup-Middleware)
## Installation
Clone the repository or download the archive to a directory. Install the dependencies by running `composer install && yarn install`.
## Updating translations
Run the following command to extract translation strings from templates, form labels, etc:
```bash
bin/extract-translations.sh
```
Then, translate the strings using the web interface available at: https://ss-dev.stepup.coin.surf.net/app_dev.php/_trans/
For more information about the JMSTranslationBundle, see http://jmsyst.com/bundles/JMSTranslationBundle
## Release strategy
Please read: https://github.com/OpenConext/Stepup-Deploy/wiki/Release-Management fro more information on the release strategy used in Stepup projects.